Skip to content

Commit

Permalink
Fix linux-aarch64 build (#114)
Browse files Browse the repository at this point in the history
This seems to be a regression from #111
  • Loading branch information
fantix authored Oct 9, 2024
1 parent 10b73a2 commit 6735490
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration/linux/build/Dockerfile-linux.template
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN case "$HOSTTYPE" in \
&& yum install -y centos-release-scl epel-release \
\
&& sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-SCLo* \
&& sed -i "s|# \?baseurl=http://mirror.centos.org|baseurl=https://archive.kernel.org/centos-vault|g" /etc/yum.repos.d/CentOS-SCLo* \
&& sed -i "s|# \?baseurl=http://mirror.centos.org/centos|baseurl=https://archive.kernel.org/centos-vault/$DIR|g" /etc/yum.repos.d/CentOS-SCLo* \
\
&& yum update -y \
&& yum install -y \
Expand Down
2 changes: 1 addition & 1 deletion integration/linux/build/linux-aarch64/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/linux/build/linux-x86_64/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6735490

Please sign in to comment.