There was an error while loading. Please reload this page.
1 parent 31e8d71 commit 8e6f26dCopy full SHA for 8e6f26d
1 file changed
.github/workflows/build.yml
@@ -423,6 +423,13 @@ jobs:
423
424
- name: Install Erlang/Elixir
425
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
433
with:
434
otp-version: "27"
435
elixir-version: "1.18"
0 commit comments