diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index c5f4bd9..5931f01 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -71,17 +71,18 @@ jobs: asmnasm: /Users/runner/nasm/nasm output: sointu-compile params: cmd/sointu-compile/main.go - - os: macos-latest - asmnasm: /Users/runner/nasm/nasm - output: sointu-track - params: -tags=native cmd/sointu-track/main.go - - os: macos-latest - asmnasm: /Users/runner/nasm/nasm - output: sointu-vsti.a - bundleoutput: sointu-vsti - MACOSX_DEPLOYMENT_TARGET: 11 - params: -buildmode=c-archive -tags="plugin,native" ./cmd/sointu-vsti/ - bundle: true + #- os: macos-latest + # asmnasm: /Users/runner/nasm/nasm + # + # output: sointu-track + # params: -tags=native cmd/sointu-track/main.go + #- os: macos-latest + # asmnasm: /Users/runner/nasm/nasm + # output: sointu-vsti.a + # bundleoutput: sointu-vsti + # MACOSX_DEPLOYMENT_TARGET: 11 + # params: -buildmode=c-archive -tags="plugin,native" ./cmd/sointu-vsti/ + # bundle: true steps: - uses: benjlevesque/short-sha@v3.0 id: short-sha