Commit 48219de
committed
ci: fix BEAM setup on ubuntu-24.04-arm runner
GitHub's hosted ubuntu-24.04-arm runner reports ImageOS=ubuntu24-arm64,
which erlef/setup-beam does not recognize (it expects ubuntu24 and picks
the architecture from the runner separately). Split the setup-beam step so
the arm leg runs with env ImageOS=ubuntu24, keeping full Elixir/NIF test
coverage on arm64. Other platforms use their native ImageOS unchanged.1 parent ddfe170 commit 48219de
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
59 | 71 | | |
| 72 | + | |
60 | 73 | | |
61 | 74 | | |
62 | 75 | | |
| |||
0 commit comments