This repository was archived by the owner on Feb 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Vcs-Git: git://github.com/hyperhq/hyperd.git
1212Vcs-Browser: https://github.com/hyperhq/hyperd
1313
1414Package: hypercontainer
15- Architecture: amd64
15+ Architecture: amd64 arm64
1616Depends: ${shlibs:Depends}, ${misc:Depends}
1717Description: HyperContainer - Virtualized Container Runtime
1818 Hyper is a VM based docker engine, it start container image in
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ override_dh_auto_build:
2525override_dh_auto_install :
2626 echo " begin install"
2727 mkdir -p debian/hypercontainer/usr/bin
28- cp -aT hyperd debian/hypercontainer/usr/bin/hyperd
29- cp -aT hyperctl debian/hypercontainer/usr/bin/hyperctl
30- cp -aT vmlogd debian/hypercontainer/usr/bin/vmlogd
28+ cp -aT cmd/hyperd/ hyperd debian/hypercontainer/usr/bin/hyperd
29+ cp -aT cmd/hyperctl/ hyperctl debian/hypercontainer/usr/bin/hyperctl
30+ cp -aT cmd/vmlogd/ vmlogd debian/hypercontainer/usr/bin/vmlogd
3131 cp -r package/dist/* debian/hypercontainer/
3232 echo " end install"
3333
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Vcs-Git: git://github.com/hyperhq/hyperstart.git
1010Vcs-Browser: https://github.com/hyperhq/hyperstart
1111
1212Package: hyperstart
13- Architecture: amd64
13+ Architecture: amd64 arm64
1414Depends: ${shlibs:Depends}, ${misc:Depends}
1515Description: The init Task for HyperContainer
1616 Hyperstart is the initrd for hyper VM, hyperstart
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ override_dh_auto_build:
2020
2121override_dh_auto_install :
2222 mkdir -p debian/hyperstart/var/lib/hyper/
23- cp -aT build/kernel debian/hyperstart/var/lib/hyper/kernel
23+ cp -aT build/arch/ ` uname -m ` / kernel debian/hyperstart/var/lib/hyper/kernel
2424 cp -aT build/hyper-initrd.img debian/hyperstart/var/lib/hyper/hyper-initrd.img
2525
2626override_dh_auto_clean :
You can’t perform that action at this time.
0 commit comments