mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 01:39:48 +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"
|
dir="$1"
|
||||||
|
|
||||||
case "$(arch)" in
|
case "$(arch)" in
|
||||||
|
"ppc64le")
|
||||||
|
goarch=ppc64le
|
||||||
|
;;
|
||||||
|
|
||||||
"aarch64")
|
"aarch64")
|
||||||
goarch=arm64
|
goarch=arm64
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user