diff --git a/.github/data/table.md b/.github/data/table.md new file mode 100644 index 0000000..1f3909a --- /dev/null +++ b/.github/data/table.md @@ -0,0 +1,13 @@ + + +| Release | x86_64 | aarch64 | +|---------|---------|---------| +| 12.4 | yes | no | +| 13.2 | yes | no | +| 13.3 | yes | no | +| 13.4 | yes | no | +| 14.0 | yes | no | +| 14.1 | yes | yes | +| 14.2 | yes | yes | +| 15.0 | yes | yes | + diff --git a/conf/13.3.conf b/conf/13.3.conf index ac76c6b..7a78ccd 100644 --- a/conf/13.3.conf +++ b/conf/13.3.conf @@ -1,5 +1,5 @@ -BUILDER_VERSION=1.0.3 +BUILDER_VERSION=1.0.4 CONF_LINK="https://raw.githubusercontent.com/vmactions/freebsd-builder/v${BUILDER_VERSION}/conf/freebsd-${VM_RELEASE}.conf" diff --git a/conf/13.4.conf b/conf/13.4.conf index ac76c6b..7a78ccd 100644 --- a/conf/13.4.conf +++ b/conf/13.4.conf @@ -1,5 +1,5 @@ -BUILDER_VERSION=1.0.3 +BUILDER_VERSION=1.0.4 CONF_LINK="https://raw.githubusercontent.com/vmactions/freebsd-builder/v${BUILDER_VERSION}/conf/freebsd-${VM_RELEASE}.conf" diff --git a/conf/14.1.conf b/conf/14.1.conf index ac76c6b..7a78ccd 100644 --- a/conf/14.1.conf +++ b/conf/14.1.conf @@ -1,5 +1,5 @@ -BUILDER_VERSION=1.0.3 +BUILDER_VERSION=1.0.4 CONF_LINK="https://raw.githubusercontent.com/vmactions/freebsd-builder/v${BUILDER_VERSION}/conf/freebsd-${VM_RELEASE}.conf" diff --git a/conf/14.2-aarch64.conf b/conf/14.2-aarch64.conf new file mode 100644 index 0000000..8996fd9 --- /dev/null +++ b/conf/14.2-aarch64.conf @@ -0,0 +1,13 @@ + +BUILDER_VERSION=1.0.4 + + +CONF_LINK="https://raw.githubusercontent.com/vmactions/freebsd-builder/v${BUILDER_VERSION}/conf/freebsd-${VM_RELEASE}-aarch64.conf" + +OVA_LINK="https://github.com/vmactions/freebsd-builder/releases/download/v${BUILDER_VERSION}/freebsd-${VM_RELEASE}-aarch64.qcow2.zst" + +VM_PUBID_LINK="https://github.com/vmactions/freebsd-builder/releases/download/v${BUILDER_VERSION}/freebsd-${VM_RELEASE}-aarch64-id_rsa.pub" + +HOST_ID_LINK="https://github.com/vmactions/freebsd-builder/releases/download/v${BUILDER_VERSION}/freebsd-${VM_RELEASE}-aarch64-host.id_rsa" + + diff --git a/conf/14.2.conf b/conf/14.2.conf index ac76c6b..7a78ccd 100644 --- a/conf/14.2.conf +++ b/conf/14.2.conf @@ -1,5 +1,5 @@ -BUILDER_VERSION=1.0.3 +BUILDER_VERSION=1.0.4 CONF_LINK="https://raw.githubusercontent.com/vmactions/freebsd-builder/v${BUILDER_VERSION}/conf/freebsd-${VM_RELEASE}.conf" diff --git a/conf/15.0.conf b/conf/15.0.conf index e4a8689..ea21b9c 100644 --- a/conf/15.0.conf +++ b/conf/15.0.conf @@ -1,5 +1,5 @@ -BUILDER_VERSION=1.0.3 +BUILDER_VERSION=1.0.4 CONF_LINK="https://raw.githubusercontent.com/vmactions/freebsd-builder/v${BUILDER_VERSION}/conf/freebsd-${VM_RELEASE}.conf" diff --git a/conf/test.releases b/conf/test.releases index ec549be..a72d5ac 100644 --- a/conf/test.releases +++ b/conf/test.releases @@ -1 +1 @@ -"13.2", "13.3", "13.4", "14.0", "14.1", "14.2", "15.0" \ No newline at end of file +"13.2", "13.3", "13.4", "14.0", "14.1", "14.2", "14.2-aarch64", "15.0" \ No newline at end of file