Skip to content

Commit 92c40ed

Browse files
committed
publish.yml: Serialize non-arm64 builds
Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
1 parent 13cd5cb commit 92c40ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
strategy:
2525
fail-fast: false
26+
max-parallel: 1
2627
matrix:
2728
include:
2829
- os: X64
@@ -89,6 +90,8 @@ jobs:
8990
packages-arm:
9091
if: github.event.repository.full_name == 'rene/eve'
9192
runs-on: ${{ matrix.os }}
93+
# We cannot push amd64 + arm64 containers at the same time
94+
needs: [packages-non-arm]
9295
strategy:
9396
fail-fast: false
9497
max-parallel: 1

0 commit comments

Comments
 (0)