Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 61c966b

Browse files
[WIP] Enable ubuntu-ports for non-x86 architectures
1 parent dd549be commit 61c966b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎ci/docker/aarch64-unknown-linux-gnu/Dockerfile‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM ubuntu:18.04
22
RUN dpkg --add-architecture arm64 && \
3+
sed -e ",円security.ubuntu.com/ubuntu,p;s,security.ubuntu.com/ubuntu,ports.ubuntu.com/ubuntu-ports,g" \
4+
-e ",円archive.ubuntu.com/ubuntu,p;s,archive.ubuntu.com/ubuntu,ports.ubuntu.com/ubuntu-ports,g" \
5+
-i /etc/apt/sources.list /etc/apt/sources.list.d/* && \
36
apt-get update && \
47
apt-get install -y --no-install-recommends \
58
gcc libc6-dev ca-certificates \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /