mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-11 23:54:22 +08:00
remove armvl7
This commit is contained in:
parent
fabff16a4a
commit
1d4c90fb93
1 changed files with 0 additions and 17 deletions
17
.github/workflows/publish-netclient-docker.yml
vendored
17
.github/workflows/publish-netclient-docker.yml
vendored
|
@ -71,28 +71,11 @@ jobs:
|
|||
docker run --rm ${{ env.TAG }}&
|
||||
sleep 10
|
||||
kill %1
|
||||
# -
|
||||
# name: Build armv7l and export to Docker
|
||||
# uses: docker/build-push-action@v2
|
||||
# with:
|
||||
# context: .
|
||||
# load: true
|
||||
# platforms: linux/armv7l
|
||||
# file: ./docker/Dockerfile-netclient-multiarch
|
||||
# tags: ${{ env.TAG }}
|
||||
# build-args: version=${{ env.TAG }}
|
||||
# -
|
||||
# name: Test armv7l
|
||||
# run: |
|
||||
# docker run --rm ${{ env.TAG }}&
|
||||
# sleep 10
|
||||
# kill %1
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
# platforms: linux/amd64, linux/arm64, linux/armv7l
|
||||
platforms: linux/amd64, linux/arm64
|
||||
file: ./docker/Dockerfile-netclient-multiarch
|
||||
push: true
|
||||
|
|
Loading…
Add table
Reference in a new issue