File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,24 @@ RUN cargo build --release
58
58
RUN cargo sbom > sbom.spdx.json
59
59
```
60
60
61
+ ## Supported platforms
62
+
63
+ This image is built for linux/amd64 and linux/arm64. riscv64 is
64
+ not supported _ yet_ as a host platform, and therefore no image is released for riscv64.
65
+ When rust on alpine is fully ready, it will be added, likely with alpine 3.21.
66
+
67
+ Supported target platforms are listed in the [ Dockerfile] ( ./Dockerfile#L3 ) . As of this writing, these
68
+ are:
69
+
70
+ * x86_64-unknown-linux-musl
71
+ * aarch64-unknown-linux-musl
72
+ * x86_64-unknown-linux-gnu
73
+ * aarch64-unknown-linux-gnu
74
+ * riscv64gc-unknown-linux-gnu
75
+
76
+ Note that riscv64 is supported gnu only, not musl, and so is not usable on Alpine-based systems
77
+ without first installing glibc. This, too, will be fixed when rust on alpine is fully ready.
78
+
61
79
## Versioning
62
80
63
81
The version of this image is the version of the rust toolchain it contains. This makes it easy to know what
You can’t perform that action at this time.
0 commit comments