mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 16:44:01 +08:00
rm arm7
This commit is contained in:
parent
87ae4ddbef
commit
cdfba2c5c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64, linux/arm64, linux/arm7
|
||||
platforms: linux/amd64, linux/arm64
|
||||
push: true
|
||||
tags: nusak/netmaker:latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue