Skip to content

Commit 621df21

Browse files
committed
release fix #3
1 parent f47f586 commit 621df21

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,16 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu-latest, macos-latest, windows-latest ]
13-
arch: [ amd64, arm64 ]
1413
include:
1514
- os: macos-latest
1615
arch: amd64
1716
SIGSCAN_TARGET: sigscan-darwin-amd64
18-
- os: macos-latest
19-
arch: arm64
20-
SIGSCAN_TARGET: sigscan-darwin-arm64
2117
- os: ubuntu-latest
2218
arch: amd64
2319
SIGSCAN_TARGET: sigscan-linux-amd64
24-
- os: ubuntu-latest
25-
arch: arm64
26-
SIGSCAN_TARGET: sigscan-linux-arm64
2720
- os: windows-latest
2821
arch: amd64
2922
SIGSCAN_TARGET: sigscan-windows-amd64.exe
30-
exclude:
31-
- os: windows-latest
32-
arch: arm64
3323
runs-on: ${{ matrix.os }}
3424
steps:
3525
- name: Install Go

0 commit comments

Comments
 (0)