diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e17b7e..0324333 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,12 +17,15 @@ jobs: fail-fast: false matrix: build: - - name: 'App' + - name: 'rum-goggles' platform: 'linux/amd64' os: 'ubuntu-latest' - - name: 'App' + - name: 'rum-goggles' platform: 'windows/amd64' os: 'windows-latest' + - name: 'rum-goggles' + platform: 'darwin/universal' + os: 'macos-latest' runs-on: ${{ matrix.build.os }} steps: @@ -37,4 +40,5 @@ jobs: with: build-name: ${{ matrix.build.name }} build-platform: ${{ matrix.build.platform }} + package: false go-version: '1.20'