Skip to content

Commit

Permalink
fixed goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Nir Rozenbaum <[email protected]>
  • Loading branch information
nirrozenbaum committed Feb 19, 2024
1 parent 507320e commit 3199fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
builds:
- id: ocm-transport-plugin
main: ./cmd/ocm-transport-plugin
main: ./cmd/transport-controller
binary: ocm-transport-plugin
goos:
- linux
Expand All @@ -11,7 +11,7 @@ builds:

kos:
- repository: ghcr.io/kubestellar/ocm-transport-plugin
main: ./cmd/ocm-transport-plugin
main: ./cmd/transport-controller
build: ocm-transport-plugin
tags:
- '{{.Version}}'
Expand Down

0 comments on commit 3199fb6

Please sign in to comment.