Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade non-amd64 images to Ubuntu 18.10 for Boost 1.67 #54

Merged
merged 1 commit into from
Jan 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/ubuntu/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for os_arch in $*; do
wget -q https://github.com/multiarch/qemu-user-static/releases/download/$qemu_ver/qemu-$qemu_arch-static
chmod +x qemu-$qemu_arch-static
fi
echo "ARG img=$img" >> $df
echo "ARG img=$(echo $img | sed 's/bionic/cosmic/')" >> $df

echo $qemu_ver | grep -q v3
if [ "$?" = "0" -a "$qemu_arch" = "s390x" ]; then # QEMU too old to support STCK instruction
Expand Down