Skip to content

Commit

Permalink
Lets skip arm/v7 altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
dedene committed Oct 12, 2023
1 parent bd7de4b commit 8889990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
branch: ${{ steps.branch.outputs.branch }}
labels: ${{ steps.metadata.outputs.labels }}
tags: ${{ steps.metadata.outputs.tags }}
platforms: linux/amd64,linux/arm64,linux/arm/v6
platforms: linux/amd64,linux/arm64

steps:
- name: Checkout repo
Expand Down

0 comments on commit 8889990

Please sign in to comment.