Skip to content

Commit 8e6f26d

Browse files
committed
CI - set ImageOS=ubuntu22
1 parent 31e8d71 commit 8e6f26d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

‎.github/workflows/build.yml‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,13 @@ jobs:
423423

424424
- name: Install Erlang/Elixir
425425
uses: erlef/setup-beam@v1
426+
# Custom containers don't expose the runner's ImageOS env var, so
427+
# set it explicitly. Must match the container `image:` above — we
428+
# use an older Ubuntu (22.04) for the lower glibc floor so the
429+
# resulting AppImage runs on more distros; setup-beam needs to
430+
# fetch a BEAM built for that same older Ubuntu.
431+
env:
432+
ImageOS: ubuntu22
426433
with:
427434
otp-version: "27"
428435
elixir-version: "1.18"

0 commit comments

Comments
 (0)