Skip to content

Commit 764d55c

Browse files
committed
Link to images from README
1 parent b7343c0 commit 764d55c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# 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.
24
name: Build and Push Container Image
35

46
on:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ cargo install --locked cargo-mutants
3535

3636
You can also install using [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) or from binaries attached to GitHub releases.
3737

38+
[Docker images are also available](https://github.com/sourcefrog/cargo-mutants/pkgs/container/mutants).
39+
3840
## Quick start
3941

4042
From within a Rust source directory, just run

0 commit comments

Comments
 (0)