We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef2825 commit 4cfaa2dCopy full SHA for 4cfaa2d
rules.mk
@@ -100,11 +100,3 @@ dist dbg-dist:
100
tar -xf $$f -C $$d/ kernel && mv $$d/kernel $$d/vmlinuz-$$arch
101
tar -xf $$f -C $$d/ initrd.img && mv $$d/initrd.img $$d/initramfs-$$arch
102
done
103
-
104
-.PHONY: deploy
105
-deploy: dist ## Push tarball to S3
106
- exit 1
107
- for f in out/$T/rel/hook_*.tar.gz; do
108
- s3cmd sync $$f s3://s.gianarb.it/hook/$T/
109
- s3cmd cp s3://s.gianarb.it/hook/$T/$$(basename $$f) s3://s.gianarb.it/hook/latest/
110
- done
0 commit comments