Skip to content

Commit

Permalink
add linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-chinnasamy committed Aug 2, 2024
1 parent 0f2b6bc commit a3592b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
os: macos-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -57,6 +61,5 @@ jobs:
# - $tag - Tag of this release.
# When multiple binary names are specified, default archive name or $bin variable cannot be used.
archive: $bin-$tag-$target
checksum: sha256
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a3592b7

Please sign in to comment.