Skip to content

Commit

Permalink
fix(cloudevents-server): skaffold.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Oct 1, 2023
1 parent 45ac622 commit 7b20544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudevents-server/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ kind: Config
metadata:
name: cloudevents-server
build:
platforms: ["linux/amd64"]
platforms: ["linux/amd64", "linux/arm64"]
artifacts:
- image: ghcr.io/pingcap-qe/ee-apps/cloudevents-server
ko:
fromImage: cgr.dev/chainguard/bash:latest
env:
- GOPROXY={{.GOPROXY}}
- CGO_ENABLED=1 # need build in linux
labels:
org.opencontainers.image.licenses: MIT
org.opencontainers.image.source: https://github.com/PingCAP-QE/ee-apps
Expand Down

0 comments on commit 7b20544

Please sign in to comment.