Commit 9604c12a authored by nanahira's avatar nanahira

fix arch again

parent 069128a4
Pipeline #3935 passed with stage
in 3 minutes and 58 seconds
......@@ -2,7 +2,7 @@ FROM archlinux/archlinux as target-amd64
RUN echo 'Server = https://mirrors.aliyun.com/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist
FROM lopsided/archlinux as target-arm64
RUN echo 'Server = https://mirrors.aliyun.com/archlinux$((parm>0?parm:5))arm/$arch/$repo/' > /etc/pacman.d/mirrorlist
RUN echo 'Server = https://mirrors.aliyun.com/archlinuxarm/$arch/$repo/' > /etc/pacman.d/mirrorlist
FROM target-${TARGETARCH}
RUN pacman -Syu --noconfirm babeld
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment