Image building requires Go compile to be complete

Maybe I should just do the whole thing as one mega-job...
This commit is contained in:
Caleb Xavier Berger 2021-01-18 12:53:50 -05:00 committed by GitHub
parent 0685010bce
commit 1cd6a17ad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ jobs:
name: bin-${{ matrix.target }}
path: ./bin
build-monolith:
needs: [compile]
strategy:
matrix:
target: [amd64, arm64, arm]