forked from mirrors/akkoma
add extra flavours to table
This commit is contained in:
parent
34601065c3
commit
c79c0fe6cc
|
@ -19,12 +19,16 @@ This is a little more complex than it used to be (thanks ubuntu)
|
||||||
|
|
||||||
Use the following mapping to figure out your flavour:
|
Use the following mapping to figure out your flavour:
|
||||||
|
|
||||||
| distribution | flavour | available branches |
|
| distribution | architecture | flavour | available branches |
|
||||||
| ------------- | ------------------ | ------------------- |
|
| --------------- | ------------------ | ------------------- | ------------------- |
|
||||||
| debian stable | amd64 | develop, stable |
|
| debian bullseye | amd64 | amd64 | develop, stable |
|
||||||
| ubuntu focal | amd64 | develop, stable |
|
| debian bullseye | arm64 | arm64 | develop, stable |
|
||||||
| ubuntu jammy | amd64-ubuntu-jammy | develop, stable |
|
| ubuntu focal | amd64 | amd64 | develop, stable |
|
||||||
| alpine | amd64-musl | stable |
|
| ubuntu focal | arm64 | arm64 | develop, stable |
|
||||||
|
| ubuntu jammy | amd64 | amd64-ubuntu-jammy | develop, stable |
|
||||||
|
| ubuntu jammy | arm64 | arm64-ubuntu-jammy | develop, stable |
|
||||||
|
| alpine | amd64 | amd64-musl | stable |
|
||||||
|
| alpine | arm64 | arm64-musl | stable |
|
||||||
|
|
||||||
Other similar distributions will _probably_ work, but if it is not listed above, there is no official
|
Other similar distributions will _probably_ work, but if it is not listed above, there is no official
|
||||||
support.
|
support.
|
||||||
|
|
Loading…
Reference in a new issue