Skip to content

Commit

Permalink
Merge pull request #1036 from aziontech/dev
Browse files Browse the repository at this point in the history
Deploy to Production
  • Loading branch information
PatrickMenoti authored Dec 18, 2024
2 parents cce01c0 + e99e7b3 commit df05619
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,7 @@ builds:
- arm64

archives:
# Non-Windows platforms (Linux, macOS, etc.)
- id: non-windows
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}_v{{ .Tag }}"
format: tar.gz
files:
- completions/*
- ./dist/azion-{{ .Os }}_{{ .Arch }}/azion

# Windows platforms
- id: windows
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}_v{{ .Tag }}.zip"
format: zip
files:
- ./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

- format: zip

before:
hooks:
Expand Down

0 comments on commit df05619

Please sign in to comment.