Skip to content

Commit

Permalink
Add opam 2.3 and include FreeBSD version number in image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelvers committed Nov 15, 2024
1 parent ee03868 commit 461bf9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/base-image/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

- set_fact:
base_image: "freebsd-ocaml-{{ version.split('.')[:2] | join('.') }}"
base_image: "freebsd-14.1-ocaml-{{ version.split('.')[:2] | join('.') }}"
when: version != "busybox"

- set_fact:
Expand Down Expand Up @@ -68,7 +68,7 @@
git config --global user.name "Your Name"
curl -s https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh -o install.sh
chmod +x install.sh
for version in 2.1.6 2.2.1 dev ; do
for version in 2.1.6 2.2.1 2.3.0 dev ; do
if [ "$version" = "dev" ] ; then
./install.sh --dev --download-only
else
Expand Down

0 comments on commit 461bf9c

Please sign in to comment.