Skip to content

Commit

Permalink
Add base_import_paths configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Dec 10, 2024
1 parent b4dba5f commit 2ea7398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ kos:
- "linux/arm64"
- "darwin/amd64"
- "darwin/arm64"
# TODO: extend this to other repos
repository: "authzed/zed"
tags:
- "latest"
- "v{{ .Version }}"
sbom: "none"
# This prevents it from adding the md5sum after the name of
# the image
base_import_paths: true
- <<: *ko-defaults
id: "ghcr-build"
repository: "ghcr.io/authzed/zed"
Expand Down

0 comments on commit 2ea7398

Please sign in to comment.