We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e6fef commit 2baa357Copy full SHA for 2baa357
Dockerfile
@@ -26,8 +26,8 @@ RUN make miniscript
26
RUN echo $(date +%s) > updated
27
RUN install miniscript /usr/local/bin
28
29
-RUN make miniscript.js
30
-RUN echo $(date +%s) > updated
+#RUN make miniscript.js ##TODO: better buildx multiplatform building
+#RUN echo $(date +%s) > updated
31
FROM make as install
32
RUN install ./miniscript /usr/local/bin
33
0 commit comments