Skip to content
Snippets Groups Projects
Commit 7c172dbc authored by Markus Frosch's avatar Markus Frosch
Browse files

Embed qemu-arm-static

parent 375e1dd4
No related branches found
No related tags found
No related merge requests found
Pipeline #3011 failed
FROM scratch
ADD rootfs.tar.xz /
COPY qemu-arm-static /usr/bin/qemu-arm-static
CMD ["bash"]
......@@ -20,6 +20,7 @@ rootfs.tar.xz:
mv "$@.tmp" "$@"
build: tarball
cp -av /usr/bin/qemu-arm-static .
docker build --tag "$(IMAGE)" .
push:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment