Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Aug 19, 2023
2 parents 6c32c22 + e8461d6 commit 729d2c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- '**.go'
- '**.mod'
- '**.yml'
workflow_dispatch:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion v2/.goreleaser/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ builds:
- linux
goarch:
- amd64
- arm64
# - arm64

archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}'
Expand Down

0 comments on commit 729d2c6

Please sign in to comment.