Skip to content

Commit 28fd239

Browse files
committed
fix: imager build on arm64
Fixes #12052 Don't pull amd64 libraries into arm64. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 4e12df8 commit 28fd239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ COPY --link --from=pkg-qemu-tools / /
10861086
COPY --link --from=pkg-squashfs-tools / /
10871087
COPY --link --from=pkg-tar / /
10881088
COPY --link --exclude=**/*.a --exclude=*.a --from=pkg-util-linux /usr/lib/libblkid.* /usr/lib/
1089-
COPY --link --exclude=**/*.a --exclude=*.a --from=pkg-util-linux-amd64 /usr/lib/libuuid.* /usr/lib/
1089+
COPY --link --exclude=**/*.a --exclude=*.a --from=pkg-util-linux /usr/lib/libuuid.* /usr/lib/
10901090
COPY --link --exclude=**/*.a --exclude=**/*.la --exclude=usr/include --exclude=usr/lib/pkgconfig --from=pkg-xz / /
10911091
COPY --link --exclude=**/*.a --exclude=**/*.la --exclude=usr/include --exclude=usr/lib/pkgconfig --from=pkg-zlib / /
10921092
COPY --link --exclude=**/*.a --exclude=**/*.la --exclude=usr/include --exclude=usr/lib/pkgconfig --from=pkg-zstd / /

0 commit comments

Comments
 (0)