Skip to content

Commit

Permalink
add aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Jan 2, 2025
1 parent 3b267e9 commit 79f8d79
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .github/data/table.md
Original file line number Diff line number Diff line change
@@ -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 |

2 changes: 1 addition & 1 deletion conf/13.3.conf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion conf/13.4.conf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion conf/14.1.conf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
13 changes: 13 additions & 0 deletions conf/14.2-aarch64.conf
Original file line number Diff line number Diff line change
@@ -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"


2 changes: 1 addition & 1 deletion conf/14.2.conf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion conf/15.0.conf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion conf/test.releases
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"13.2", "13.3", "13.4", "14.0", "14.1", "14.2", "15.0"
"13.2", "13.3", "13.4", "14.0", "14.1", "14.2", "14.2-aarch64", "15.0"

0 comments on commit 79f8d79

Please sign in to comment.