An Alpine-based Docker image that contains VitaSDK, Rust nightly toolchain, cc
and ld
for building std
, cargo-vita and several additional cargo tools useful in CI (cargo-binstall, cargo-make, cargo-hack, cargo-udeps, cargo-machete, cargo-deny, cargo-release).
This image is built and pushed to ghcr
automatically weekly and on pushes to main.
Feel free to use this image to build vpk
with GitHub actions for your Rust projects, or to build your projects locally.
docker pull ghcr.io/vita-rust/vitasdk-rs
Except where noted (below and/or in individual files), all code in this repository is dual-licensed at your option under either:
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)