Skip to content

Commit

Permalink
add 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Jul 2, 2024
1 parent 50013eb commit fb84e77
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/13.2.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

BUILDER_VERSION=0.9.5
BUILDER_VERSION=0.9.6


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.3.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

BUILDER_VERSION=0.9.5
BUILDER_VERSION=0.9.6


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.0.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

BUILDER_VERSION=0.9.5
BUILDER_VERSION=0.9.6


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.1.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

BUILDER_VERSION=0.9.6


CONF_LINK="https://raw.githubusercontent.com/vmactions/freebsd-builder/v${BUILDER_VERSION}/conf/freebsd-${VM_RELEASE}.conf"

OVA_LINK="https://github.com/vmactions/freebsd-builder/releases/download/v${BUILDER_VERSION}/freebsd-${VM_RELEASE}.qcow2.xz"

VM_PUBID_LINK="https://github.com/vmactions/freebsd-builder/releases/download/v${BUILDER_VERSION}/freebsd-${VM_RELEASE}-id_rsa.pub"

HOST_ID_LINK="https://github.com/vmactions/freebsd-builder/releases/download/v${BUILDER_VERSION}/freebsd-${VM_RELEASE}-host.id_rsa"


2 changes: 1 addition & 1 deletion conf/default.release.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFAULT_RELEASE=14.0
DEFAULT_RELEASE=14.1
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", "14.0"
"13.2", "13.3", "14.0", "14.1"

0 comments on commit fb84e77

Please sign in to comment.