Skip to content

Commit

Permalink
Remove armv7 from build
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Nov 6, 2023
1 parent 16e7754 commit 8f38706
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
needs: test
if: github.ref == 'refs/heads/main'
strategy:
fail-fast: false
fail-fast: true
matrix:
platform:
- linux/amd64
- linux/arm/v7
- linux/arm64

steps:
Expand All @@ -62,5 +61,5 @@ jobs:
with:
context: .
outputs: "type=registry,push=true"
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: ${{ matrix.platform }}
tags: wagvpn/wag:latest

0 comments on commit 8f38706

Please sign in to comment.