Skip to content

Commit

Permalink
fix ko build (#40)
Browse files Browse the repository at this point in the history
* Update .goreleaser.yml
  • Loading branch information
cpanato authored Sep 25, 2023
1 parent 328f5d8 commit 21dc5ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kos:
main: .
working_dir: .
base_image: cgr.dev/chainguard/static:latest
repository: ghcr.io/chainguard/clank
repository: ghcr.io/chainguard-dev/clank
platforms:
- linux/amd64
- linux/arm64
Expand All @@ -71,8 +71,9 @@ kos:
- -extldflags "-static"
flags:
- -trimpath
preserve_import_paths: true
base_import_paths: true
preserve_import_paths: false
base_import_paths: false
bare: true

docker_signs:
- artifacts: manifests
Expand All @@ -94,5 +95,5 @@ snapshot:
release:
draft: true
github:
owner: chainguard
owner: chainguard-dev
name: clank

0 comments on commit 21dc5ee

Please sign in to comment.