Commit da2815f
authored
Allow installing on azurelinux (#2269)
[`install-from-source.sh`](https://github.com/git-ecosystem/git-credential-manager/blob/v2.7.2/src/linux/Packaging.Linux/install-from-source.sh#L234)
already allows you to install on `mariner`. But `mariner` is now
`azurelinux`, so we ought to allow both.
The installer works fine without any other modifications. And I have had
no issues using gcm on azurelinux3 so far.
I also add azurelinux3 to the test matrix.2 files changed
Lines changed: 3 additions & 2 deletions
File tree
- .github/workflows
- src/linux/Packaging.Linux
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
0 commit comments