Skip to content

Commit c585981

Browse files
authored
Update README.md
1 parent 5e57493 commit c585981

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
[![GitHub Actions Build Status](https://img.shields.io/github/actions/workflow/status/vita-rust/docker/build.yml)](https://github.com/vita-rust/docker/actions/workflows/build.yml)
55
[![Main Commits RSS Feed](https://img.shields.io/badge/rss-commits-ffa500?logo=rss)](https://github.com/vita-rust/docker/commits/main.atom)
66

7-
A Docker image built from `vitasdk/vitasdk` with added Rust nightly toolchain, `cc` and `ld` for building `std`, and `cargo-make`.
7+
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]).
8+
89
This image is built and pushed to `ghcr` automatically weekly and on pushes to main.
910

1011
Feel free to use this image to build `vpk` with GitHub actions for your Rust projects, or to build your projects locally.
@@ -19,3 +20,13 @@ Except where noted (below and/or in individual files), all code in this reposito
1920

2021
* MIT License ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
2122
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))
23+
24+
[VitaSDK]: https://github.com/vitasdk
25+
[cargo-vita]: https://github.com/vita-rust/cargo-vita
26+
[cargo-binstall]: https://github.com/cargo-bins/cargo-binstall
27+
[cargo-make]: https://github.com/sagiegurari/cargo-make
28+
[cargo-hack]: https://github.com/taiki-e/cargo-hack
29+
[cargo-udeps]: https://github.com/est31/cargo-udeps
30+
[cargo-machete]: https://github.com/bnjbvr/cargo-machete
31+
[cargo-deny]: https://github.com/EmbarkStudios/cargo-deny
32+
[cargo-release]: https://github.com/crate-ci/cargo-release

0 commit comments

Comments
 (0)