Skip to content

Commit

Permalink
archlinux: update & try building x86_64 rootfs
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Oct 25, 2023
1 parent ee70124 commit 14471c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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="2023.09.01"

bootstrap_distribution() {
for arch in aarch64 armv7; do
Expand Down Expand Up @@ -38,9 +38,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 Expand Up @@ -88,7 +85,6 @@ 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 14471c6

Please sign in to comment.