Skip to content

Commit

Permalink
disable armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Dec 15, 2024
1 parent 2541798 commit d75aa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multiarch-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/arm64, linux/amd64, linux/armhf
platforms: linux/arm64, linux/amd64 #, linux/armhf
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
Expand Down

0 comments on commit d75aa8e

Please sign in to comment.