1 2 3 4 5 6 7 8 9 10 11 12
stages: - build build-job: stage: build image: docker.io/library/fedora:42 script: - dnf -y install make zig - make release artifacts: paths: - zig-release/*/bin/*