Skip to content

Commit

Permalink
build: drop 386 and arm/v7 support (probably temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovcharaa committed Feb 10, 2021
1 parent 918ee63 commit a732fb2
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 @@ -41,7 +41,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
platforms: linux/amd64,linux/arm64 # linux/386,linux/arm/v7
push: true
pull: true
tags: |
Expand Down

0 comments on commit a732fb2

Please sign in to comment.