Make build job depend on buildah job

HubbeKing-multiplatform-builds
HubbeKing 1 day ago
parent b636b087ce
commit a4e97f9fcd

@ -43,6 +43,7 @@ jobs:
path: bin/buildah
# build components using a job matrix, so they can run in parallel
build:
needs: buildah
runs-on: ubuntu-24.04
strategy:
fail-fast: false

Loading…
Cancel
Save