Skip to content

Commit

Permalink
chore: update files section
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed Dec 18, 2024
1 parent 5d69fb9 commit 0dd619f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ archives:
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}_v{{ .Tag }}.zip"
format: zip
files:
- ./dist/azion-windows_386/azion.exe
- ./dist/azion-windows_amd64/azion.exe
- ./dist/azion-windows_arm64/azion.exe
- ./dist/azion-windows - CGO_ENABLED=0_windows_386_sse2/azion.exe # 32-bit Windows (386)
- ./dist/azion-windows - CGO_ENABLED=0_windows_amd64_v1/azion.exe # 64-bit Windows (amd64)
- ./dist/azion-windows - CGO_ENABLED=0_windows_arm64_v8.0/azion.exe # ARM64 Windows


before:
Expand Down

0 comments on commit 0dd619f

Please sign in to comment.