Skip to content

Commit

Permalink
Test build for #715
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller authored and SUSE Update Bot committed Oct 19, 2023
1 parent b68d233 commit df1206b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions base-image/base-image.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
<package name="gzip"/>
<package name="jdupes"/>
<package name="netcfg"/>
<package name="lsb-release"/>
<package name="ALP-dummy-release"/>
<package name="openssl"/>
<package name="suse-build-key"/>
Expand Down
6 changes: 3 additions & 3 deletions base-image/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ rm -rf /var/cache/zypp/*
# the host arch differs (e.g. docker with --platform doesn't affect uname)
arch=$(rpm -q --qf %{arch} glibc)
if [ "$arch" = "i586" ] || [ "$arch" = "i686" ]; then
sed -i "s/^# arch =.*\$/arch = i686/" /etc/zypp/zypp.conf
# Verify that it's applied
grep -q '^arch =' /etc/zypp/zypp.conf
sed -i "s/^# arch =.*\$/arch = i686/" /etc/zypp/zypp.conf
# Verify that it's applied
grep -q '^arch =' /etc/zypp/zypp.conf
fi


Expand Down

0 comments on commit df1206b

Please sign in to comment.