Update publish workflow and add Makefile2

This commit is contained in:
ck
2024-02-05 12:18:04 -05:00
parent 829a6962d6
commit a50695aef2
3 changed files with 309 additions and 1 deletions

View File

@ -52,7 +52,6 @@ jobs:
run: |
sudo update-binfmts --enable qemu-aarch64
echo $(ls /usr/bin/qemu-aarch64-static)
echo ':qemu-aarch64:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-aarch64-static:' | sudo tee /proc/sys/fs/binfmt_misc/register
- name: Restart binfmt-support
run: sudo service binfmt-support restart