Skip to content

Commit

Permalink
Add release job for mac m1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymongib authored Jul 31, 2024
1 parent 53b376c commit fc16d7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
os: [macos-latest, ubuntu-latest]
include:
- os: macos-latest
TARGET: aarch64-apple-darwin
ARTIFACT_NAME: bookmark-darwin-aarch64
- os: macos-13
TARGET: x86_64-apple-darwin
ARTIFACT_NAME: bookmark-darwin-amd64
ARTIFACT_NAME: bookmark-darwin-x86_64
- os: ubuntu-latest
TARGET: x86_64-unknown-linux-gnu
ARTIFACT_NAME: bookmark-linux-amd64
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
include:
- os: macos-latest
TOOLCHAIN: stable-aarch64-apple-darwin
- os: macos-13
TOOLCHAIN: stable-x86_64-apple-darwin
- os: ubuntu-latest
TOOLCHAIN: stable-x86_64-unknown-linux-gnu
steps:
Expand Down

0 comments on commit fc16d7c

Please sign in to comment.