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/*