This commit is contained in:
parent
e6be133b13
commit
2e4ac32c2b
1 changed files with 0 additions and 9 deletions
|
@ -1,18 +1,9 @@
|
||||||
---
|
---
|
||||||
#############
|
|
||||||
### Poke ###
|
|
||||||
#############
|
|
||||||
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
kind: pipeline # https://docs.drone.io/pipeline/overview/
|
||||||
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
type: exec # https://docs.drone.io/pipeline/exec/overview/
|
||||||
name: Build Poke Image for ARM64
|
name: Build Poke Image for ARM64
|
||||||
|
|
||||||
# Do not clone the Docker Build Automation, it is not needed.
|
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/cloning/#custom-logic
|
|
||||||
clone:
|
clone:
|
||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
# Set Platform
|
|
||||||
# https://docs.drone.io/pipeline/exec/syntax/platform/
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
Loading…
Reference in a new issue