diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 7e8bbdffc..ad0b0023c 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -13,14 +13,9 @@ jobs: matrix: goos: - linux - - darwin - - windows goarch: - arm64 - amd64 - exclude: - - goarch: arm64 - goos: windows steps: - name: Checkout commit uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -37,7 +32,7 @@ jobs: run: > go build -ldflags="-s -w" -o falcoctl-${{ matrix.goos }}-${{ matrix.goarch }} . env: - CGO_ENABLED: 0 + CGO_ENABLED: 1 GOOS: ${{ matrix.goos }} GOARCH: ${{ matrix.goarch }}