Skip to content

Commit

Permalink
Re-enable ARM container builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 authored Feb 13, 2024
1 parent 5e61acb commit 437f021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
cache-key: ${{ matrix.component }}-base
context: ./images/${{ matrix.component }}-base
platforms: linux/amd64 #,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.image-meta.outputs.tags }}
labels: ${{ steps.image-meta.outputs.labels }}
Expand Down

0 comments on commit 437f021

Please sign in to comment.