Skip to content

Commit 437f021

Browse files
authored
Re-enable ARM container builds
1 parent 5e61acb commit 437f021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
cache-key: ${{ matrix.component }}-base
7070
context: ./images/${{ matrix.component }}-base
71-
platforms: linux/amd64 #,linux/arm64
71+
platforms: linux/amd64,linux/arm64
7272
push: true
7373
tags: ${{ steps.image-meta.outputs.tags }}
7474
labels: ${{ steps.image-meta.outputs.labels }}

0 commit comments

Comments
 (0)