mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
Merge pull request #1666 from gravitl/feature_v0.16.2_armv7_workflow
Feature v0.16.2 armv7 workflow
This commit is contained in:
commit
6b4806aee0
3 changed files with 5 additions and 5 deletions
2
.github/workflows/docker-builder.yml
vendored
2
.github/workflows/docker-builder.yml
vendored
|
@ -23,6 +23,6 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: linux/amd64, linux/arm64, linux/armv7l
|
||||
platforms: linux/amd64, linux/arm64, linux/arm/v7
|
||||
file: ./docker/Dockerfile-go-builder
|
||||
tags: gravitl/go-builder:latest
|
||||
|
|
4
.github/workflows/publish-docker.yml
vendored
4
.github/workflows/publish-docker.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
load: true
|
||||
platforms: linux/armv7l
|
||||
platforms: linux/arm/v7
|
||||
tags: ${{ env.TAG }}
|
||||
build-args: version=${{ env.TAG }}
|
||||
-
|
||||
|
@ -89,7 +89,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64, linux/arm64, linux/armv7l
|
||||
platforms: linux/amd64, linux/arm64, linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ github.repository }}:${{ env.TAG }}, ${{ github.repository }}:latest
|
||||
build-args: version=${{ env.TAG }}
|
||||
|
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
load: true
|
||||
platforms: linux/armv7l
|
||||
platforms: linux/arm/v7
|
||||
file: ./docker/Dockerfile-netclient-multiarch
|
||||
tags: ${{ env.TAG }}
|
||||
build-args: version=${{ env.TAG }}
|
||||
|
@ -92,7 +92,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64, linux/arm64, linux/armv7l
|
||||
platforms: linux/amd64, linux/arm64, linux/arm/v7
|
||||
file: ./docker/Dockerfile-netclient-multiarch
|
||||
push: true
|
||||
tags: gravitl/netclient:${{ env.TAG }}, gravitl/netclient:latest
|
||||
|
|
Loading…
Reference in a new issue