Skip to content

Commit

Permalink
Fix the path to the macOS arm64 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Jun 25, 2024
1 parent aecc9b8 commit 6f17151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/process-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

CONFER_EXEC=$(cabal list-bin --project-file=cabal.release.project confer:exe:confer)

ldd $CONFER_EXEC

case "$(uname -s)" in
Linux*) strip $CONFER_EXEC && upx -9 $CONFER_EXEC;;
Darwin*) strip $CONFER_EXEC;;
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ For more details about the inner workings, read the [Architecture document](./do

Pre-release binaries are available for the following platforms:

* [x86_64-linux](https://github.com/tchoutri/confer/releases/download/confer-head/confer-head-Linux-static-x86_64.tar.gz)
* [Linux-x86_64](https://github.com/tchoutri/confer/releases/download/confer-head/confer-head-Linux-static-x86_64.tar.gz)
* [macOS-arm64](https://github.com/tchoutri/confer/releases/download/confer-head/confer-head-macOS-arm64.tar.gz)

## 🔧 Build

Expand Down

0 comments on commit 6f17151

Please sign in to comment.