Skip to content

Commit

Permalink
fix(workflows): Remove 'freebsd' from PR testing
Browse files Browse the repository at this point in the history
This is done as freebsd requires a custom toolchain
to build it. For now we can test/fix on releases.

Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Jul 1, 2024
1 parent ddbfa90 commit a00c394
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
GOARCH: amd64
- GOOS: darwin
GOARCH: arm64
- GOOS: freebsd
GOARCH: amd64
- GOOS: freebsd
GOARCH: arm64
- GOOS: linux
GOARCH: amd64
- GOOS: linux
Expand Down

0 comments on commit a00c394

Please sign in to comment.