mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 08:26:16 +00:00
rootfs: Install the right golang binaries for ppc64le
On ppc64le golang binaries should be pulled correctly Fixes #72 Signed-off-by: Harshal Patil <harshal.patil@in.ibm.com>
This commit is contained in:
parent
d0b3cf6d36
commit
2972a33535
@ -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