Browse Source

Remove arm support for now

pull/78/head
Per-Arne Andersen 4 years ago
parent
commit
2a57f849e4
  1. 2
      .github/workflows/image.yml

2
.github/workflows/image.yml

@ -22,4 +22,4 @@ jobs:
run: |
docker buildx build --push \
--tag perara/wg-manager:latest \
--platform linux/amd64,linux/arm64/v8,linux/arm64,linux/arm/v7 .
--platform linux/amd64 .
Loading…
Cancel
Save