Skip to content

Commit

Permalink
Revert "archlinux: update & try building x86_64 rootfs"
Browse files Browse the repository at this point in the history
This reverts commit 14471c6.

Still has issues.
  • Loading branch information
sylirre committed Oct 25, 2023
1 parent 75485d6 commit d2717d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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.09.01"
dist_version="2023.03.01"

bootstrap_distribution() {
for arch in aarch64 armv7; do
Expand Down Expand Up @@ -38,6 +38,9 @@ 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 Expand Up @@ -85,6 +88,7 @@ write_plugin() {
# Do not modify this file as your changes will be overwritten on next update.
# If you want customize installation, please make a copy.
DISTRO_NAME="Arch Linux"
DISTRO_COMMENT="Currently available only AArch64 and ARM ports."
TARBALL_URL['aarch64']="${GIT_RELEASE_URL}/archlinux-aarch64-pd-${CURRENT_VERSION}.tar.xz"
TARBALL_SHA256['aarch64']="$(sha256sum "${ROOTFS_DIR}/archlinux-aarch64-pd-${CURRENT_VERSION}.tar.xz" | awk '{ print $1}')"
Expand Down

0 comments on commit d2717d7

Please sign in to comment.