Skip to content

Commit 5366b67

Browse files
committed
Now exporting
1 parent ef9a589 commit 5366b67

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ RUN crossbuild cc -c -std=c99 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/us
2222

2323
RUN ls -la /artifacts \
2424
&& file /artifacts/*
25+
26+
RUN tar -C /artifacts -cvf /artifacts.tar .
27+
28+
CMD ["cat", "/artifacts.tar"]

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build:
22
docker build -t build-xnbd-client-static .
3+
docker run --rm build-xnbd-client-static | tar xvf -

0 commit comments

Comments
 (0)