mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +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:
|
||||
- ./ci/scripts/build.sh linux arm64 $${DRONE_COMMIT_SHA}
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
image_pull_secrets:
|
||||
- dockerconfigjson
|
||||
|
||||
|
@ -54,6 +58,10 @@ kind: pipeline
|
|||
type: docker
|
||||
name: build armv7
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
clone:
|
||||
depth: 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue