mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 19:05:13 +00:00
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
This commit is contained in:
@@ -377,6 +377,8 @@ func normalizeArchType(s string) string {
|
||||
switch s {
|
||||
case "x86_64":
|
||||
return "amd64"
|
||||
case "aarch64":
|
||||
return "arm64"
|
||||
default:
|
||||
return s
|
||||
}
|
||||
|
Reference in New Issue
Block a user