瀏覽代碼

Remove i386 from release builds

Bernhard Froehlich 3 年之前
父節點
當前提交
c21c13cc7a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/release.yaml

+ 1 - 1
.github/workflows/release.yaml

@@ -11,7 +11,7 @@ jobs:
     strategy:
     strategy:
       matrix:
       matrix:
         goos: [freebsd, linux, windows]
         goos: [freebsd, linux, windows]
-        goarch: ["386", amd64]
+        goarch: [amd64, arm64]
     steps:
     steps:
     - uses: actions/checkout@v3
     - uses: actions/checkout@v3