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 Jul 23, 2024
1 parent c9fe1df commit 257ae77
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ 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:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -58,4 +63,4 @@ jobs:
archive: $bin-$tag-$target
checksum: sha256
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.2] - 2024-07-23

### Under the hood

- put linux browser logs to /dev/null
- release for linux environments

## [0.3.1] - 2024-07-20

### Under the hood
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cliq"
description = "open frequently accessed memorable shorten urls from cli"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Santhosh Chinnasamy"]
readme = "README.md"
Expand Down

0 comments on commit 257ae77

Please sign in to comment.