File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ install:
10
10
install -D -t $(DESTDIR )$(prefix ) /bin target/release/bootc
11
11
12
12
bin-archive : all
13
- $(MAKE ) install DESTDIR=tmp-install && tar --zstd -C tmp-install -cf bootc.tar.zst . && rm tmp-install -rf
13
+ $(MAKE ) install DESTDIR=tmp-install && tar --zstd -C tmp-install -cf target/ bootc.tar.zst . && rm tmp-install -rf
14
14
15
15
test-bin-archive : all-test
16
- $(MAKE ) install DESTDIR=tmp-install && tar --zstd -C tmp-install -cf bootc.tar.zst . && rm tmp-install -rf
16
+ $(MAKE ) install DESTDIR=tmp-install && tar --zstd -C tmp-install -cf target/ bootc.tar.zst . && rm tmp-install -rf
17
17
18
18
install-kola-tests :
19
19
install -D -t $(DESTDIR )$(prefix ) /lib/coreos-assembler/tests/kola/bootc tests/kolainst/*
Original file line number Diff line number Diff line change 6
6
RUN make test-bin-archive
7
7
8
8
FROM quay.io/fedora/fedora-coreos:testing-devel
9
- COPY --from=builder /src/bootc.tar.zst /tmp
9
+ COPY --from=builder /src/target/ bootc.tar.zst /tmp
10
10
RUN tar -xvf /tmp/bootc.tar.zst && ostree container commit
You can’t perform that action at this time.
0 commit comments