This commit is contained in:
parent
23056bdcde
commit
a120547403
1 changed files with 5 additions and 1 deletions
|
@ -3,8 +3,12 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: go-ci
|
- name: go-ci
|
||||||
image: gcr.io/kaniko-project/executor:debug
|
image: gcr.io/kaniko-project/executor:debug
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
Loading…
Reference in a new issue