We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b654819 commit 7e20fb8Copy full SHA for 7e20fb8
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
needs: upload-downloader
27
strategy:
28
matrix:
29
- goos: [darwin] # TODO: Add back linux, windows when we fix terminal constants.
+ goos: [darwin, linux] # TODO: Add back windows when we fix terminal constants.
30
goarch: ["386", amd64, arm64]
31
exclude:
32
- goarch: "386"
@@ -45,4 +45,4 @@ jobs:
45
goos: ${{ matrix.goos }}
46
goarch: ${{ matrix.goarch }}
47
compress_assets: "OFF" # Do not compress binaries
48
- asset_name: "gram-${{ matrix.goos }}-${{ matrix.goarch }}"
+ asset_name: "gram-${{ matrix.goos }}-${{ matrix.goarch }}"
0 commit comments