From 9a2d833fc258137f86f2e690e96194855f4ced59 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 6 Jan 2021 01:25:17 -0800 Subject: [PATCH] use uname and cross fingers --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed3393a..cb3b900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN true \ && staticx \ --strip \ --no-compress \ - -l /lib/x86_64-linux-gnu/libgcc_s.so.1 \ + -l /lib/$(uname -m)-linux-gnu/libgcc_s.so.1 \ dist/etags dist/app \ && chmod 755 dist/app