We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b12f11 commit 8844873Copy full SHA for 8844873
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM arm64v8/ubuntu:latest
+FROM ubuntu:latest
2
3
RUN apt update
4
RUN apt -y install git g++ ninja-build wget xz-utils libunwind-dev libbfd-dev zlib1g-dev libzstd-dev libiberty-dev
@@ -16,6 +16,6 @@ WORKDIR /build/lua-debug
16
RUN git submodule init
17
RUN git submodule update
18
RUN luamake lua compile/download_deps.lua
19
-RUN luamake
+RUN luamake -mode release
20
21
0 commit comments