Skip to content

Commit

Permalink
build: use latest versions for rust, alpine zigbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
JChrist committed Jan 15, 2025
1 parent 302b6e8 commit 01ee406
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
name: Create Rust Library Artifact
runs-on: ubuntu-latest
container:
image: rust:1.81-alpine3.20
# image: rust:1.81-alpine3.20
image: rust:alpine
steps:
- name: Fetch Sources
uses: actions/checkout@v4
Expand All @@ -26,7 +27,8 @@ jobs:
aarch64-unknown-linux-gnu \
x86_64-apple-darwin \
aarch64-apple-darwin
cargo install [email protected]
# cargo install [email protected]
cargo install cargo-zigbuild
cargo zigbuild --locked --release \
--target=x86_64-apple-darwin \
--target=aarch64-apple-darwin \
Expand Down

0 comments on commit 01ee406

Please sign in to comment.