Skip to content

Commit c9b9efa

Browse files
[Dockerfile] Update Rust version & add Windows ARM64 target (#285)
* [Dockerfile] Update Rust version & add Windows ARM64 target * Update CI.yml * [Dockerfile] Update Zig version to 0.13.0 * Discard changes to .github/workflows/CI.yml * [Dockerfile] Revert Zig back to 0.10.1
1 parent 26090d8 commit c9b9efa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUST_VERSION=1.79.0
1+
ARG RUST_VERSION=1.82.0
22

33
FROM rust:$RUST_VERSION as builder
44

@@ -39,6 +39,7 @@ RUN rustup target add \
3939
arm-unknown-linux-musleabihf \
4040
x86_64-apple-darwin \
4141
aarch64-apple-darwin \
42-
x86_64-pc-windows-gnu
42+
x86_64-pc-windows-gnu \
43+
aarch64-pc-windows-gnullvm
4344

4445
COPY --from=builder /cargo-zigbuild/target/release/cargo-zigbuild /usr/local/cargo/bin/

0 commit comments

Comments
 (0)