Skip to content

Commit

Permalink
Do not build ARM64 for the publish Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 16, 2024
1 parent 0d1e8ad commit 9349dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
name: ${{ fromJSON(needs.changed-directories.outputs.matrix) }}
platform: [linux/amd64, linux/arm64]
platform: [linux/amd64]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 9349dfa

Please sign in to comment.