mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-03 11:03:27 +00:00
Normalize aarch64 -> arm64 for docker backend (#4451)
This commit is contained in:
@@ -358,6 +358,8 @@ func normalizeArchType(s string) string {
|
|||||||
switch s {
|
switch s {
|
||||||
case "x86_64":
|
case "x86_64":
|
||||||
return "amd64"
|
return "amd64"
|
||||||
|
case "aarch64":
|
||||||
|
return "arm64"
|
||||||
default:
|
default:
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user