mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 00:03:09 -06:00
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:
parent
0685010bce
commit
1cd6a17ad4
1
.github/workflows/cross-compiling-docker.yml
vendored
1
.github/workflows/cross-compiling-docker.yml
vendored
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
name: bin-${{ matrix.target }}
|
||||
path: ./bin
|
||||
build-monolith:
|
||||
needs: [compile]
|
||||
strategy:
|
||||
matrix:
|
||||
target: [amd64, arm64, arm]
|
||||
|
|
|
|||
Loading…
Reference in a new issue