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 ef3b6ba
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
GOARCH: amd64
- GOOS: darwin
GOARCH: arm64
- GOOS: freebsd
GOARCH: amd64
- GOOS: freebsd
GOARCH: arm64
# FIXME(craciunoiuc): Enable FreeBSD builds when the build environment
# contains the freebsd toolchain.
# - GOOS: freebsd
# GOARCH: amd64
# - GOOS: freebsd
# GOARCH: arm64
- GOOS: linux
GOARCH: amd64
- GOOS: linux
Expand Down

0 comments on commit ef3b6ba

Please sign in to comment.