Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Jan 3, 2025
1 parent babe0e7 commit 0430904
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,27 @@ project_name: vermilion

builds:
- id: linux_amd64
goos: linux
goarch: amd64
output: "vermilion-linux-amd64"
goos:
- linux
goarch:
- amd64
binaries:
- vermilion
- id: linux_arm64
goos: linux
goarch: arm64
output: "vermilion-linux-arm64"
goos:
- linux
goarch:
- arm64
binaries:
- vermilion

release:
github:
owner: r3drun3
name: vermilion

archives:
- format: tar.gz
- id: linux
format: tar.gz
files:
- vermilion-linux-amd64
- vermilion-linux-arm64
- vermilion

0 comments on commit 0430904

Please sign in to comment.