Skip to content

Commit

Permalink
ci: add goarch amd64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanlin Lin committed Mar 22, 2024
1 parent b3f77e2 commit 068e2d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm64

archives:
- name_template: "zeabur_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
Expand Down Expand Up @@ -46,4 +49,4 @@ brews:
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
homepage: "https://zeabur.com"
description: "Zeabur's official command line tool"
description: "Zeabur's official command line tool"

0 comments on commit 068e2d1

Please sign in to comment.