Skip to content

Commit

Permalink
Constrain Ubuntu Noble builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Mar 31, 2024
1 parent ec86782 commit d98dec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/bob/job/docker_checker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ defmodule Bob.Job.DockerChecker do
defp build_erlang_ref?("ubuntu", "jammy-" <> _, "OTP-" <> version),
do: build_openssl_3?(version)

defp build_erlang_ref?("ubuntu", "noble-" <> _, "OTP-" <> version),
do: build_openssl_3?(version)

defp build_erlang_ref?(_os, _os_version, _ref), do: true

defp build_erlang_ref?("arm64", "ubuntu", "trusty-" <> _, "OTP-17" <> _), do: false
Expand Down

0 comments on commit d98dec1

Please sign in to comment.