Commit a62d5a2
committed
ci: override ImageOS env var for aarch linux
The Elixir job has started failing because it says the `ImageOS` env var
is no longer one of a set of blessed values (it wants `ubuntu24` but
sees `ubuntu24-arm`). I'm guessing GitHub changed how they name the
runner images recently. This value is used to select the dependency
bundle to download from Hex, so overriding it like this is fine, at
least until the maintainers of the BEAM action update their
infrastructure to catch up with the GitHub rename, which will probably
cause this to break again.
Signed-off-by: Nathan Perry <nathan@tailscale.com>
Change-Id: I3cc65790ad65130486bb98c434b9c2f46a6a69641 parent 86c2e06 commit a62d5a2
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
87 | 98 | | |
88 | 99 | | |
89 | 100 | | |
90 | 101 | | |
91 | 102 | | |
92 | 103 | | |
93 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
94 | 110 | | |
95 | 111 | | |
96 | 112 | | |
| |||
0 commit comments