remove invalid freebsd arch.

remove invalid freebsd arch.
This commit is contained in:
Jason Kulatunga
2022-06-26 20:05:54 -07:00
parent 4419f7f429
commit 338d2ae04e
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -49,7 +49,6 @@ jobs:
GOOS: ${{ matrix.cfg.goos }}
GOARCH: ${{ matrix.cfg.goarch }}
GOARM: ${{ matrix.cfg.goarm }}
ZIG_CROSS_COMPILE_TARGET: ${{ matrix.cfg.zig_cc_target }}
STATIC: true
strategy:
matrix:
@@ -62,7 +61,6 @@ jobs:
- { on: macos-latest, goos: darwin, goarch: amd64 }
- { on: macos-latest, goos: darwin, goarch: arm64 }
- { on: macos-latest, goos: freebsd, goarch: amd64 }
- { on: macos-latest, goos: freebsd, goarch: arm64 }
- { on: windows-latest, goos: windows, goarch: amd64 }
- { on: windows-latest, goos: windows, goarch: arm64 }
steps: