From 1cd6a17ad41cb6b24c9051e7c24f19c90ab9969c Mon Sep 17 00:00:00 2001 From: Caleb Xavier Berger Date: Mon, 18 Jan 2021 12:53:50 -0500 Subject: [PATCH] Image building requires Go compile to be complete Maybe I should just do the whole thing as one mega-job... --- .github/workflows/cross-compiling-docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cross-compiling-docker.yml b/.github/workflows/cross-compiling-docker.yml index 32a716771..6609bd21f 100644 --- a/.github/workflows/cross-compiling-docker.yml +++ b/.github/workflows/cross-compiling-docker.yml @@ -26,6 +26,7 @@ jobs: name: bin-${{ matrix.target }} path: ./bin build-monolith: + needs: [compile] strategy: matrix: target: [amd64, arm64, arm]