build.conf
1 # Simple-ci build configuration file 2 PROJECT="gatekeeper-os" 3 PIPELINE="podman" 4 TAG="latest" 5 ARCHES=("amd64" "arm64") # Architectures to build ("arch1" "arch2" ...) 6 ENCRYPT="false" # Encrypt the image before pushing it to the server 7 SIGN="true" # Sign the image 8 EMBED_KEYS="true" 9 UPLOAD="true" 10 11 # Repostory namespace (usually the username - used to generate the image path) 12 REG_USER="dirk1980" 13 14 # Registry address (only the domain name) 15 REG_ADDR="docker.io" # Registry to use (Used to generate the image path)