From 068e2d178c0fa87d5b9f80ccd3cd93921d44859e Mon Sep 17 00:00:00 2001
From: Yuanlin Lin <im.yuanlinlin@gmail.com>
Date: Fri, 22 Mar 2024 21:07:41 +0800
Subject: [PATCH] ci: add goarch `amd64` and `arm64`

---
 .goreleaser.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 4d5fbd4..67dc85c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -16,6 +16,9 @@ builds:
       - linux
       - windows
       - darwin
+    goarch:
+      - amd64
+      - arm64
 
 archives:
   - name_template: "zeabur_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
@@ -46,4 +49,4 @@ brews:
       name: homebrew-tap
       token: "{{ .Env.TAP_GITHUB_TOKEN }}"
     homepage: "https://zeabur.com"
-    description: "Zeabur's official command line tool"
\ No newline at end of file
+    description: "Zeabur's official command line tool"