Build materials for the Docker image to release AUR package.
Go to file
Emiliano Vavassori 7c92a1d8c3
Build Image / BuildImage (push) Successful in 1m58s Details
Sistemazione buildx in workflow.
2024-03-10 01:47:28 +01:00
.gitea/workflows Sistemazione buildx in workflow. 2024-03-10 01:47:28 +01:00
.dockerignore Esclusi file da build, attivato workflow di rilascio del container. 2024-03-10 01:45:04 +01:00
Dockerfile Aggiunto tutto il materiale. 2024-03-03 23:40:18 +01:00
README.md Aggiunto tutto il materiale. 2024-03-03 23:40:18 +01:00
fixperms.sh Aggiunto tutto il materiale. 2024-03-03 23:40:18 +01:00
paruw.sh Aggiunto tutto il materiale. 2024-03-03 23:40:18 +01:00

README.md

Build materials for the Docker image to release AUR package.

This repository helps build a Docker image that can be used in Gitea/GitHub actions to build and release an AUR package.

To compile the image:

docker build -t myarch:1.0.0 -f Dockerfile .