Skip to content

Commit

Permalink
fixups and follow stdout/stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kasten committed Oct 24, 2024
1 parent 8c66876 commit 3615862
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ builds:
-X github.com/kanisterio/kanister/pkg/version.BuildDate={{.Date}}
env: &env
- GO111MODULE=on
- CGO_ENABLED=1
- CGO_ENABLED=0
- GOEXPERIMENT=boringcrypto
- CC=gcc
- CXX=g++
- GO_EXTLINK_ENABLED=0
goos:
- linux
- darwin
goarch: &goarch
- amd64
- arm64
- id: kando
binary: kando
main: ./cmd/kando
Expand Down Expand Up @@ -58,8 +60,10 @@ dockers:
image_templates:
- 'ghcr.io/kanisterio/controller:{{ .Tag }}'
dockerfile: 'docker/controller/Dockerfile'
use: buildx
build_flag_templates:
- "--pull"
- "--platform=linux/amd64"
- ids:
- repo-server-controller
image_templates:
Expand Down
Loading

0 comments on commit 3615862

Please sign in to comment.