CI: Cleanup Dockerfile and Makefile (following 5764deb)

This commit is contained in:
Collin J. Doering 2023-12-29 11:30:17 -05:00
parent d09abac1d3
commit ba31548ad5
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM scratch as builder
FROM scratch
ADD guix-tarball-pack.tar.gz /guix-builder
ADD links.tar.gz /

View File

@ -9,7 +9,7 @@ IMAGE_TAG ?= guix-builder
$(LINKS_TARBALL):
ln -s /guix-builder/bin bin
tar -czvf links.tar.gz bin
tar -czvf $@ bin
rm bin
$(TARBALL):