mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
adding platform routing for arm64
This commit is contained in:
parent
4ecf692f46
commit
726ffddce2
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,10 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ./ci/scripts/build.sh linux arm64 $${DRONE_COMMIT_SHA}
|
- ./ci/scripts/build.sh linux arm64 $${DRONE_COMMIT_SHA}
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- dockerconfigjson
|
- dockerconfigjson
|
||||||
|
|
||||||
|
@ -54,6 +58,10 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: build armv7
|
name: build armv7
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
depth: 1
|
depth: 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue