mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Update .drone.yml
OCD made me do it
This commit is contained in:
parent
a3e0ba16f5
commit
dbc5d5c453
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,10 @@ steps:
|
|||
commands:
|
||||
- ./ci/scripts/build.sh linux arm64 $${DRONE_COMMIT_SHA}
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
image_pull_secrets:
|
||||
- dockerconfigjson
|
||||
|
||||
|
@ -78,6 +82,10 @@ steps:
|
|||
commands:
|
||||
- ./ci/scripts/build.sh linux armv7 $${DRONE_COMMIT_SHA}
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
image_pull_secrets:
|
||||
- dockerconfigjson
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue