We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9a589 commit 5366b67Copy full SHA for 5366b67
Dockerfile
@@ -22,3 +22,7 @@ RUN crossbuild cc -c -std=c99 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/us
22
23
RUN ls -la /artifacts \
24
&& file /artifacts/*
25
+
26
+RUN tar -C /artifacts -cvf /artifacts.tar .
27
28
+CMD ["cat", "/artifacts.tar"]
Makefile
@@ -1,2 +1,3 @@
1
build:
2
docker build -t build-xnbd-client-static .
3
+ docker run --rm build-xnbd-client-static | tar xvf -
0 commit comments