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 9905cc0 commit f460b1bCopy full SHA for f460b1b
rules.mk
@@ -99,11 +99,3 @@ dist dbg-dist:
99
tar -xf $$f -C $$d/ kernel && mv $$d/kernel $$d/vmlinuz-$$arch
100
tar -xf $$f -C $$d/ initrd.img && mv $$d/initrd.img $$d/initramfs-$$arch
101
done
102
-
103
-.PHONY: deploy
104
-deploy: dist ## Push tarball to S3
105
- exit 1
106
- for f in out/$T/rel/hook_*.tar.gz; do
107
- s3cmd sync $$f s3://s.gianarb.it/hook/$T/
108
- s3cmd cp s3://s.gianarb.it/hook/$T/$$(basename $$f) s3://s.gianarb.it/hook/latest/
109
- done
0 commit comments