Skip to content

Commit

Permalink
fix: skaffold needs extra params
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Apr 28, 2021
1 parent 252172f commit fdb6589
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: skaffold/v2beta11
apiVersion: skaffold/v2beta14
kind: Config
build:
artifacts:
Expand Down Expand Up @@ -30,6 +30,9 @@ profiles:
kaniko:
image: gcr.io/kaniko-project/executor:arm64
initImage: docker.io/busybox:stable
buildArgs:
TARGETOS: linux
TARGETARCH: arm64
cluster:
randomDockerConfigSecret: true
dockerConfig:
Expand Down

0 comments on commit fdb6589

Please sign in to comment.