Skip to content

Commit 7e20fb8

Browse files
committed
add linux to released binaries
1 parent b654819 commit 7e20fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
needs: upload-downloader
2727
strategy:
2828
matrix:
29-
goos: [darwin] # TODO: Add back linux, windows when we fix terminal constants.
29+
goos: [darwin, linux] # TODO: Add back windows when we fix terminal constants.
3030
goarch: ["386", amd64, arm64]
3131
exclude:
3232
- goarch: "386"
@@ -45,4 +45,4 @@ jobs:
4545
goos: ${{ matrix.goos }}
4646
goarch: ${{ matrix.goarch }}
4747
compress_assets: "OFF" # Do not compress binaries
48-
asset_name: "gram-${{ matrix.goos }}-${{ matrix.goarch }}"
48+
asset_name: "gram-${{ matrix.goos }}-${{ matrix.goarch }}"

0 commit comments

Comments
 (0)