Skip to content

Commit

Permalink
Don't build for arm/v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Dec 18, 2023
1 parent c5ee7fb commit 4fcf48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [linux/amd64, linux/arm64, linux/arm/v7]
platform: [linux/amd64, linux/arm64]
steps:
- name: Check Out Repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 4fcf48b

Please sign in to comment.