Skip to content

Commit

Permalink
release fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
zosocanuck committed May 18, 2023
1 parent f47f586 commit 621df21
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,16 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
arch: [ amd64, arm64 ]
include:
- os: macos-latest
arch: amd64
SIGSCAN_TARGET: sigscan-darwin-amd64
- os: macos-latest
arch: arm64
SIGSCAN_TARGET: sigscan-darwin-arm64
- os: ubuntu-latest
arch: amd64
SIGSCAN_TARGET: sigscan-linux-amd64
- os: ubuntu-latest
arch: arm64
SIGSCAN_TARGET: sigscan-linux-arm64
- os: windows-latest
arch: amd64
SIGSCAN_TARGET: sigscan-windows-amd64.exe
exclude:
- os: windows-latest
arch: arm64
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down

0 comments on commit 621df21

Please sign in to comment.