util-docker: Add RISCV to Ubuntu all-deps Docker platforms (#1716)

I have re-implemented building this image to target RISC-V in addition
to X86 and ARM. I have found it makes for quite a good cross compilation
tool.
This commit is contained in:
Bobby R. Bruce
2024-10-26 21:17:40 -07:00
committed by GitHub
parent c9f94f4e06
commit dde1c7d3a1

View File

@@ -190,6 +190,7 @@ group "ubuntu-releases" {
target "ubuntu-24-04_all-dependencies" {
inherits = ["common"]
platforms = ["linux/amd64", "linux/arm64", "linux/riscv64"]
annotations = ["index,manifest:org.opencontainers.image.description=An Ubuntu 24.04 image with all dependencies required for building and running gem5."]
context = "ubuntu-24.04_all-dependencies"
tags = ["${IMAGE_URI}/ubuntu-24.04_all-dependencies:${TAG}"]