Skip to content

Commit

Permalink
test the build and release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Eti Ijeoma <ijayeti@gmail.com>
  • Loading branch information
Aijeyomah committed Oct 11, 2024
1 parent 4d868a5 commit 19813c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ builds:

ldflags:
- -s -w
- -X main.version={{ .Version }}
- -X main.providerToken={{.Env.PROVIDER_TOKEN}}
- -X main.MesheryCloudApiBaseUrl="https://meshery.layer5.io"
- -X main.MesheryApiBaseUrl="https://playground.meshery.io"
Expand Down Expand Up @@ -41,6 +42,8 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}_{{ .Timestamp }}
files:
- cmd/kanvas-snapshot/**
format: tar.gz
format_overrides:
- goos: windows
Expand Down

0 comments on commit 19813c9

Please sign in to comment.