Commit 28e7be73 authored by 神楽坂玲奈's avatar 神楽坂玲奈

aarch64

parent 456307e2
Pipeline #1922 failed with stage
in 4 minutes and 17 seconds
......@@ -21,6 +21,7 @@ build:
- wget -O ~/.docker/cli-plugins/docker-buildx 'https://github.com/docker/buildx/releases/download/v0.5.1/buildx-v0.5.1.linux-amd64'
- chmod a+x ~/.docker/cli-plugins/docker-buildx
- docker buildx create --use
- docker buildx build --platform linux/amd64,linux/arm64/v8 --push --pull -t $CONTAINER_RELEASE_IMAGE .
- docker buildx build --platform linux/amd64 --push --pull -t $CONTAINER_RELEASE_IMAGE .
- docker buildx build --platform linux/arm64/v8 -f Dockerfile.aarch64 --push --pull -t $CONTAINER_RELEASE_IMAGE .
only:
- master
FROM lopsided/archlinux
FROM archlinux
RUN echo 'Server = https://mirrors.aliyun.com/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist
RUN pacman -Syu --noconfirm babeld
......
FROM lopsided/archlinux
RUN echo 'Server = https://mirrors.aliyun.com/archlinuxarm/$repo/os/$arch' > /etc/pacman.d/mirrorlist
RUN pacman -Syu --noconfirm babeld
CMD ["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