Skip to content

Commit a3f4479

Browse files
committed
rm arm64 build for windows and linux
1 parent 8b456eb commit a3f4479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: windows-latest
1111
strategy:
1212
matrix:
13-
goarch: [amd64, arm64]
13+
goarch: [amd64]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
goarch: [amd64, arm64]
38+
goarch: [amd64]
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v3

0 commit comments

Comments
 (0)