Skip to content

Commit

Permalink
fix: remove arm64 as a system target
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Dec 29, 2024
1 parent 8e2c5ef commit 407c011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
workdir: .
tags: "latest,${{ github.event.inputs.version }}"
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

0 comments on commit 407c011

Please sign in to comment.