mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 16:57:18 +00:00
Merge pull request #474 from nitkon/patch-2
snapcraft: Consider debian ppc64el convention
This commit is contained in:
commit
7aa695d3a9
@ -48,7 +48,7 @@ parts:
|
|||||||
|
|
||||||
# build and install
|
# build and install
|
||||||
arch=$(uname -m)
|
arch=$(uname -m)
|
||||||
if [ ${arch} == "ppc64le" ]; then
|
if [ ${arch} = "ppc64le" ]; then
|
||||||
arch="ppc64"
|
arch="ppc64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user