Skip to content

Commit

Permalink
archlinux: try to enable i686 and x64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Jan 4, 2025
1 parent 04c852f commit 13af06e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions distro-build/archlinux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist_name="Arch Linux"
dist_version="2023.03.01"
dist_version="2025.01.01"

bootstrap_distribution() {
sudo rm -f "${ROOTFS_DIR}"/archlinux-*.tar.xz
Expand Down Expand Up @@ -39,9 +39,6 @@ bootstrap_distribution() {
done
unset arch

# Don't build x86(64) for now as there is an issue with keyring.
return 0

curl --fail --location \
--output "${WORKDIR}/archlinux-x86_64.tar.gz" \
"https://mirror.rackspace.com/archlinux/iso/${dist_version}/archlinux-bootstrap-${dist_version}-x86_64.tar.gz"
Expand Down

0 comments on commit 13af06e

Please sign in to comment.