aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 96894a9e1..2fb3d3355 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
goos: [linux, windows, darwin]
- goarch: ["386", amd64]
+ goarch: ["386", amd64, arm]
steps:
- name: Check out code into the Go module directory