Skip to content

Commit a9224f5

Browse files
authored
Merge pull request drasi-project#94 from ruokun-niu/linux-binary-fix
2 parents 36d7468 + 802fb5d commit a9224f5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.cross-gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu:0.2.5 AS toolchain
22

3-
FROM ubuntu:20.04
3+
FROM ubuntu:22.04
44

55
# Copy runner scripts from the cross image
66
COPY --from=toolchain /linux-runner /linux-runner

Dockerfile.cross-gnu-aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/cross-rs/aarch64-unknown-linux-gnu:0.2.5 AS toolchain
22

3-
FROM ubuntu:20.04
3+
FROM ubuntu:22.04
44

55
# Remove symlink that conflicts with COPY from toolchain
66
RUN rm -rf /usr/local/man

Dockerfile.cross-musl-aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/cross-rs/aarch64-unknown-linux-musl:0.2.5 AS toolchain
22

3-
FROM ubuntu:20.04
3+
FROM ubuntu:22.04
44

55
# Remove symlink that conflicts with COPY from toolchain
66
RUN rm -rf /usr/local/man

0 commit comments

Comments
 (0)