mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
Merge pull request #73 from harche/golang_fix
Install the right golang binaries for ppc64le
This commit is contained in:
commit
ee4a91a60a
@ -93,6 +93,10 @@ generate_dockerfile() {
|
||||
dir="$1"
|
||||
|
||||
case "$(arch)" in
|
||||
"ppc64le")
|
||||
goarch=ppc64le
|
||||
;;
|
||||
|
||||
"aarch64")
|
||||
goarch=arm64
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user