Skip to content

Commit 11150f6

Browse files
Merge pull request #16328 from argotorg/copy-evmone-linux-arm
CI: Copy libevmone from Linux ARM Dockerfile image base to final build
2 parents 62b2ae0 + 7b39f83 commit 11150f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/docker/buildpack-deps/Dockerfile.ubuntu2404.arm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# (c) 2016-2025 solidity contributors.
2323
#------------------------------------------------------------------------------
2424
FROM --platform=linux/arm64 buildpack-deps:noble AS base
25-
LABEL version="1"
25+
LABEL version="2"
2626

2727
ARG DEBIAN_FRONTEND=noninteractive
2828

@@ -104,6 +104,7 @@ RUN <<-EOF
104104
EOF
105105

106106
FROM base
107+
COPY --from=libraries /usr/local/lib/libevmone* /usr/lib
107108
COPY --from=libraries /usr/lib /usr/lib
108109
COPY --from=libraries /usr/bin /usr/bin
109110
COPY --from=libraries /usr/include /usr/include

0 commit comments

Comments
 (0)