Skip to content

Commit

Permalink
chore: update tags goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Aug 19, 2024
1 parent c01a4c9 commit ccea12d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .goreleaser-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ builds:
- -w -s
- -linkmode=external
tags:
- '{{ if eq .Env.BUILD_TAG "testnet" }}testnet{{else}}mainnet{{end}}'
- '{{ .Env.BUILD_TAG }}'

- id: arkeod-darwin-arm64
binary: arkeod
Expand Down Expand Up @@ -61,7 +61,7 @@ builds:
- -w -s
- -linkmode=external
tags:
- '{{ if eq .Env.BUILD_TAG "testnet" }}testnet{{else}}mainnet{{end}}'
- '{{ .Env.BUILD_TAG }}'

- id: arkeod-linux-arm64
binary: arkeod
Expand All @@ -87,7 +87,7 @@ builds:
- -linkmode=external
- -extldflags '-Wl,-z,muldefs --static -lm'
tags:
- '{{ if eq .Env.BUILD_TAG "testnet" }}testnet{{else}}mainnet{{end}}'
- '{{ .Env.BUILD_TAG }}'

universal_binaries:
- id: arkeod-darwin-all
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ builds:
- -linkmode=external
- -extldflags '-Wl,-z,muldefs --static -lm'
tags:
- '{{ if eq .Env.BUILD_TAG "testnet" }}testnet{{else}}mainnet{{end}}'
- '{{ .Env.BUILD_TAG }}'

release:
skip_upload: '{{ if eq .Env.RELEASE "true" }}false{{else}}true{{end}}'
Expand Down

0 comments on commit ccea12d

Please sign in to comment.