We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e61acb commit 437f021Copy full SHA for 437f021
.github/workflows/build-push-artifacts.yml
@@ -68,7 +68,7 @@ jobs:
68
with:
69
cache-key: ${{ matrix.component }}-base
70
context: ./images/${{ matrix.component }}-base
71
- platforms: linux/amd64 #,linux/arm64
+ platforms: linux/amd64,linux/arm64
72
push: true
73
tags: ${{ steps.image-meta.outputs.tags }}
74
labels: ${{ steps.image-meta.outputs.labels }}
0 commit comments