mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-20 10:20:39 +00:00
Merge pull request #534 from nitkon/master
obs-packaging: Set debian Power arch as ppc64el
This commit is contained in:
commit
0ebab2ec05
@ -45,6 +45,10 @@ short_commit_length=10
|
|||||||
|
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
DEB_ARCH=$(arch_to_golang "$arch")
|
DEB_ARCH=$(arch_to_golang "$arch")
|
||||||
|
if [[ $DEB_ARCH == "ppc64le" ]]; then
|
||||||
|
DEB_ARCH="ppc64el"
|
||||||
|
fi
|
||||||
|
|
||||||
GO_ARCH=$(arch_to_golang "$arch")
|
GO_ARCH=$(arch_to_golang "$arch")
|
||||||
export GO_ARCH
|
export GO_ARCH
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user