Skip to content

Commit

Permalink
change macos arch name to arm as it is no longer amd in the latest im…
Browse files Browse the repository at this point in the history
…age (merge commit)

Merge branch 'update/gh-actions-macos-arch' into 'main'
* move release download information from deployment file to readme

* change macos arch name to arm as it is no longer amd in the latest image

See merge request https://gitlab.ci.csc.fi/sds-dev/crypt4gh-gui/-/merge_requests/44

Approved-by: Emmi Rehn <[email protected]>
Co-authored-by: Teemu Kataja <[email protected]>
Merged by Teemu Kataja <[email protected]>
  • Loading branch information
teemukataja committed Jul 16, 2024
2 parents 92829bc + 4152762 commit 37171c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
asset_name: crypt4gh-gui
- os: macos-latest
artifact_name: crypt4gh-gui
os_suffix: macos-amd64
os_suffix: macos-arm64
asset_name: crypt4gh-gui
python-version: ["3.11"]

Expand Down
16 changes: 0 additions & 16 deletions DEPLOYMENT.md

This file was deleted.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ To run the executable on Windows:
```bash
crypt4gh_gui.exe
```

### Ready-to-use Releases
You can download a pre-built executable from the [releases page](https://github.com/CSCfi/crypt4gh-gui/releases).

1. Download a zip archive for your current operating system
2. Extract the archive to get the executable

Note that the Linux and Windows builds are created with `amd64` architecture, and the MacOS build is created with `arm64` architecture. For other architectures you must build the executable yourself with the instructions above.

0 comments on commit 37171c2

Please sign in to comment.