Skip to content

Commit

Permalink
Remove armv6 build
Browse files Browse the repository at this point in the history
As build is hanging, remove it.
  • Loading branch information
antonym authored Dec 8, 2023
1 parent ce93d0a commit 56fcca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
push: true
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: |
WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }}
VERSION=${{ env.VERSION_TAG }}
Expand Down

0 comments on commit 56fcca6

Please sign in to comment.