mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +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
|
||||
arch=$(uname -m)
|
||||
if [ ${arch} == "ppc64le" ]; then
|
||||
if [ ${arch} = "ppc64le" ]; then
|
||||
arch="ppc64"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user