Skip to content

Commit

Permalink
Remove linux/arm64/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng committed Dec 21, 2024
1 parent a1c0dff commit feb27ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
push: true
# TODO: add linux/arm/v7 once a workaround is found for https://github.com/docker/build-push-action/issues/1071
# without downgrading NodeJS
platforms: linux/amd64,linux/arm64,linux/arm64/v8
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}

0 comments on commit feb27ec

Please sign in to comment.