Compare commits
3 Commits
50ee3e875a
...
cfd86e1aa7
| Author | SHA1 | Date | |
|---|---|---|---|
| cfd86e1aa7 | |||
| 1abb9c3d48 | |||
| 225c04e35b |
@@ -42,8 +42,8 @@ spec:
|
|||||||
- name: builtImage
|
- name: builtImage
|
||||||
type: image
|
type: image
|
||||||
steps:
|
steps:
|
||||||
- name: build-and-push
|
- name: build-and-push-arm64
|
||||||
image: gcr.io/kaniko-project/executor:arm64
|
image: gcr.io/kaniko-project/executor:latest
|
||||||
command:
|
command:
|
||||||
- /kaniko/executor
|
- /kaniko/executor
|
||||||
args:
|
args:
|
||||||
@@ -52,6 +52,17 @@ spec:
|
|||||||
- --context=$(params.pathToContext)
|
- --context=$(params.pathToContext)
|
||||||
- --snapshotMode=redo
|
- --snapshotMode=redo
|
||||||
- --skip-tls-verify
|
- --skip-tls-verify
|
||||||
|
- name: build-and-push-armhf
|
||||||
|
image: gcr.io/kaniko-project/executor:latest
|
||||||
|
command:
|
||||||
|
- /kaniko/executor
|
||||||
|
args:
|
||||||
|
- --customPlattform=arm32
|
||||||
|
- --dockerfile=$(params.pathToDockerFile)
|
||||||
|
- --destination=$(resources.outputs.builtImage.url):armhf
|
||||||
|
- --context=$(params.pathToContext)
|
||||||
|
- --snapshotMode=redo
|
||||||
|
- --skip-tls-verify
|
||||||
---
|
---
|
||||||
apiVersion: tekton.dev/v1beta1
|
apiVersion: tekton.dev/v1beta1
|
||||||
kind: TaskRun
|
kind: TaskRun
|
||||||
|
|||||||
Reference in New Issue
Block a user