Skip to content

Commit

Permalink
Possible fix for perara#69. Added 32bit arm (hopefully it compiles)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4xx1m authored and m4xx1m committed Apr 21, 2021
1 parent 4ff070c commit b5c78c0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: perara/wg-manager:dev
if: github.ref == 'refs/heads/dev'




0 comments on commit b5c78c0

Please sign in to comment.