Commit 7e4b8520 authored by 神楽坂玲奈's avatar 神楽坂玲奈

aarch64

parent 659fa193
Pipeline #1926 passed with stage
in 3 minutes and 18 seconds
......@@ -2,7 +2,7 @@ FROM 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