Skip to content

Commit 7c9cb00

Browse files
Feature: Add support for ARM64 (TeslaGov#139)
1 parent a774c42 commit 7c9cb00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openssl.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN <<`
3131
ldconfig
3232

3333
ln -sf ${OUT_DIR}/bin/openssl /usr/bin/openssl
34-
ln -sf ${OUT_DIR}/lib64/libssl.so.3 /lib/x86_64-linux-gnu/libssl.so.3
35-
ln -sf ${OUT_DIR}/lib64/libcrypto.so.3 /lib/x86_64-linux-gnu/libcrypto.so.3
34+
ln -sf ${OUT_DIR}/lib64/libssl.so.3 /lib/$(uname -m)-linux-gnu/libssl.so.3
35+
ln -sf ${OUT_DIR}/lib64/libcrypto.so.3 /lib/$(uname -m)-linux-gnu/libcrypto.so.3
3636
`
3737
WORKDIR /
3838
RUN rm -rf ${SRC_DIR}

0 commit comments

Comments
 (0)