mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-13 01:45:20 +00:00
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
This commit is contained in:
parent
2cbd9268f6
commit
e1ec60a826
1 changed files with 2 additions and 0 deletions
|
@ -377,6 +377,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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue