🚀 Add aarch64 CI/build

This commit is contained in:
Franck Nijhof 2020-02-15 20:52:25 +01:00
parent dae5fa6bf3
commit f99b94349d
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 2 additions and 1 deletions

View file

@ -8,9 +8,9 @@ variables:
ADDON_LEGACY_TAGS: "true"
ADDON_AARCH64: "false"
ADDON_ARMHF: "false"
ADDON_ARMV7: "false"
ADDON_I386: "false"
ADDON_AARCH64_BASE: "hassioaddons/ubuntu-base-aarch64:5.0.0"
ADDON_AMD64_BASE: "hassioaddons/ubuntu-base-amd64:5.0.0"

View file

@ -1,5 +1,6 @@
{
"build_from": {
"aarch64": "hassioaddons/ubuntu-base-aarch64:5.0.0",
"amd64": "hassioaddons/ubuntu-base-amd64:5.0.0"
},
"args": {}