mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 13:46:46 +00: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:
parent
f4d485373a
commit
0c756edd46
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user