Skip to content

Commit

Permalink
add linux to released binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeadie committed Oct 5, 2022
1 parent b654819 commit 7e20fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
needs: upload-downloader
strategy:
matrix:
goos: [darwin] # TODO: Add back linux, windows when we fix terminal constants.
goos: [darwin, linux] # TODO: Add back windows when we fix terminal constants.
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"
Expand All @@ -45,4 +45,4 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
compress_assets: "OFF" # Do not compress binaries
asset_name: "gram-${{ matrix.goos }}-${{ matrix.goarch }}"
asset_name: "gram-${{ matrix.goos }}-${{ matrix.goarch }}"

0 comments on commit 7e20fb8

Please sign in to comment.