mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 02:24:21 +01:00
obs-packaging: Set debian Power arch as ppc64el
Set debian Power arch as ppc64el not ppc64le in debian.rules and .dsc files Fixes: #533 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
This commit is contained in:
@@ -45,6 +45,10 @@ short_commit_length=10
|
||||
|
||||
arch=$(uname -m)
|
||||
DEB_ARCH=$(arch_to_golang "$arch")
|
||||
if [[ $DEB_ARCH == "ppc64le" ]]; then
|
||||
DEB_ARCH="ppc64el"
|
||||
fi
|
||||
|
||||
GO_ARCH=$(arch_to_golang "$arch")
|
||||
export GO_ARCH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user