diff --git a/debian/changelog b/debian/changelog index 81f3967..57cbf84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ shim (13-0ubuntu3) UNRELEASED; urgency=medium + [ Steve Langasek ] * Fix Vcs link. + [ dann frazier ] + * Enable arm64 build. + -- Steve Langasek Mon, 23 Apr 2018 18:08:31 -0700 shim (13-0ubuntu2) bionic; urgency=medium diff --git a/debian/control b/debian/control index 12df554..c8b8ffa 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf- Vcs-Git: https://git.launchpad.net/~ubuntu-core-dev/shim/+git/shim Package: shim -Architecture: amd64 +Architecture: amd64 arm64 Depends: ${shlibs:Depends}, ${misc:Depends} Breaks: shim-signed (<< 1.33~) Description: boot loader to chain-load signed boot loaders under Secure Boot diff --git a/debian/rules b/debian/rules index 8c3863e..6c2cef1 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,8 @@ endif ifeq ($(DEB_HOST_ARCH),amd64) export EFI_ARCH := x64 +else ($(DEB_HOST_ARCH),arm64) +export EFI_ARCH := aa64 endif COMMON_OPTIONS = \