Skip to content

Commit 32ab5ae

Browse files
committed
WIP
Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
1 parent 45e0805 commit 32ab5ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
packages-arm:
9090
if: github.event.repository.full_name == 'rene/eve'
9191
runs-on: ${{ matrix.os }}
92+
# We cannot push amd64 + arm64 containers at the same time
93+
needs: [packages-non-arm]
9294
strategy:
9395
fail-fast: false
9496
max-parallel: 1

0 commit comments

Comments
 (0)