Skip to content

Commit 63926ad

Browse files
Merge #1000
1000: enable alias for ppc64 = powerpc64 r=Alexhuszagh a=Emilgardis Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
2 parents dcc14ae + df8094d commit 63926ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docker/image.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ pub enum Architecture {
199199
Mips64,
200200
Mips64Le,
201201
MipsLe,
202+
#[serde(alias = "powerpc64")]
202203
Ppc64,
203204
Ppc64Le,
204205
#[serde(alias = "riscv64gc")]

0 commit comments

Comments
 (0)