From 85825c7edd2e89e13b26774a9e0fe96c1d9685ee Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 9 Jan 2025 20:32:06 +0100 Subject: [PATCH] add aarch64 --- .github/data/table.md | 4 ++-- conf/10.0-aarch64.conf | 12 ++++++++++++ conf/10.0.conf | 2 +- conf/10.1-aarch64.conf | 14 ++++++++++++++ conf/10.1.conf | 2 +- conf/9.3.conf | 2 +- conf/9.4.conf | 2 +- 7 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 conf/10.0-aarch64.conf create mode 100644 conf/10.1-aarch64.conf diff --git a/.github/data/table.md b/.github/data/table.md index 5627a8a..33aa6be 100644 --- a/.github/data/table.md +++ b/.github/data/table.md @@ -7,8 +7,8 @@ | 9.2 | ✅ | ❌ | | 9.3 | ✅ | ❌ | | 9.4 | ✅ | ❌ | -| 10.0 | ✅ | ❌ | -| 10.1 | ✅ | ❌ | +| 10.0 | ✅ | ✅ | +| 10.1 | ✅ | ✅ | diff --git a/conf/10.0-aarch64.conf b/conf/10.0-aarch64.conf new file mode 100644 index 0000000..0a231c8 --- /dev/null +++ b/conf/10.0-aarch64.conf @@ -0,0 +1,12 @@ + +BUILDER_VERSION=1.0.1 + + +CONF_LINK="https://raw.githubusercontent.com/vmactions/netbsd-builder/v${BUILDER_VERSION}/conf/netbsd-${VM_RELEASE}-aarch64.conf" + +OVA_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${BUILDER_VERSION}/netbsd-${VM_RELEASE}-aarch64.qcow2.zst" + +VM_PUBID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${BUILDER_VERSION}/netbsd-${VM_RELEASE}-aarch64-id_rsa.pub" + +HOST_ID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${BUILDER_VERSION}/netbsd-${VM_RELEASE}-aarch64-host.id_rsa" + diff --git a/conf/10.0.conf b/conf/10.0.conf index a132775..065cdcc 100644 --- a/conf/10.0.conf +++ b/conf/10.0.conf @@ -1,5 +1,5 @@ -BUILDER_VERSION=1.0.0 +BUILDER_VERSION=1.0.1 CONF_LINK="https://raw.githubusercontent.com/vmactions/netbsd-builder/v${BUILDER_VERSION}/conf/netbsd-${VM_RELEASE}.conf" diff --git a/conf/10.1-aarch64.conf b/conf/10.1-aarch64.conf new file mode 100644 index 0000000..b2c9d55 --- /dev/null +++ b/conf/10.1-aarch64.conf @@ -0,0 +1,14 @@ + +BUILDER_VERSION=1.0.1 + + +CONF_LINK="https://raw.githubusercontent.com/vmactions/netbsd-builder/v${BUILDER_VERSION}/conf/netbsd-${VM_RELEASE}-aarch64.conf" + +OVA_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${BUILDER_VERSION}/netbsd-${VM_RELEASE}-aarch64.qcow2.zst" + +VM_PUBID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${BUILDER_VERSION}/netbsd-${VM_RELEASE}-aarch64-id_rsa.pub" + +HOST_ID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${BUILDER_VERSION}/netbsd-${VM_RELEASE}-aarch64-host.id_rsa" + + + diff --git a/conf/10.1.conf b/conf/10.1.conf index 62009dc..4430f4a 100644 --- a/conf/10.1.conf +++ b/conf/10.1.conf @@ -1,5 +1,5 @@ -BUILDER_VERSION=1.0.0 +BUILDER_VERSION=1.0.1 CONF_LINK="https://raw.githubusercontent.com/vmactions/netbsd-builder/v${BUILDER_VERSION}/conf/netbsd-${VM_RELEASE}.conf" diff --git a/conf/9.3.conf b/conf/9.3.conf index 84bb87d..5e4249a 100644 --- a/conf/9.3.conf +++ b/conf/9.3.conf @@ -1,5 +1,5 @@ -BUILDER_VERSION=1.0.0 +BUILDER_VERSION=1.0.1 CONF_LINK="https://raw.githubusercontent.com/vmactions/netbsd-builder/v${BUILDER_VERSION}/conf/netbsd-${VM_RELEASE}.conf" diff --git a/conf/9.4.conf b/conf/9.4.conf index 8384d20..b764eef 100644 --- a/conf/9.4.conf +++ b/conf/9.4.conf @@ -1,5 +1,5 @@ -BUILDER_VERSION=1.0.0 +BUILDER_VERSION=1.0.1 CONF_LINK="https://raw.githubusercontent.com/vmactions/netbsd-builder/v${BUILDER_VERSION}/conf/netbsd-${VM_RELEASE}.conf"