Skip to content

Commit

Permalink
Merge pull request #11 from ocurrent/patch
Browse files Browse the repository at this point in the history
Add opam 2.3 and include FreeBSD version number in image name
  • Loading branch information
mtelvers authored Nov 17, 2024
2 parents 24cf9d2 + 461bf9c commit b594c48
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 b594c48

Please sign in to comment.