We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7343c0 commit 764d55cCopy full SHA for 764d55c
.github/workflows/container.yml
@@ -1,4 +1,6 @@
1
# Create a container image with the Rust toolchain and the cargo-mutants binary.
2
+#
3
+# TODO: Maybe cross build to Arm using `cross` instead of running everything under emulation.
4
name: Build and Push Container Image
5
6
on:
README.md
@@ -35,6 +35,8 @@ cargo install --locked cargo-mutants
35
36
You can also install using [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) or from binaries attached to GitHub releases.
37
38
+[Docker images are also available](https://github.com/sourcefrog/cargo-mutants/pkgs/container/mutants).
39
+
40
## Quick start
41
42
From within a Rust source directory, just run
0 commit comments