Skip to content

Commit

Permalink
Remove arm32 builds cause they're still broken on Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Jul 21, 2024
1 parent 8327775 commit a08c9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
tags: |
charlocharlie/markov-discord:latest
ghcr.io/${{ github.repository }}:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
platforms: linux/amd64,linux/arm64
build-args: |
COMMIT_SHA=${{ github.sha }}
cache-from: type=gha,scope=${{ github.workflow }}
Expand Down

0 comments on commit a08c9cb

Please sign in to comment.