Browse Source
Merge pull request #72 from perara/build_automation
Remove armv6 support.
pull/78/head
Per-Arne Andersen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.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,linux/arm/v6 . |
|
|
|
--platform linux/amd64,linux/arm64/v8,linux/arm64,linux/arm/v7 . |