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