diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9e6a368..4cc49c3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -39,9 +39,6 @@ jobs: - name: Build for Linux amd64 run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 /usr/local/go/bin/go build -o auth-gate-linux-amd64 . - - name: Build for Linux arm64 - run: CGO_ENABLED=0 GOOS=linux GOARCH=arm64 /usr/local/go/bin/go build -o auth-gate-linux-arm64 . - - name: Build for Windows amd64 run: CGO_ENABLED=0 GOOS=windows GOARCH=amd64 /usr/local/go/bin/go build -o auth-gate-windows-amd64.exe