Add support for musl11 build #71
3 changed files with 8 additions and 2 deletions
|
@ -82,7 +82,7 @@ pipeline:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
branch:
|
branch:
|
||||||
- void-fix
|
- develop
|
||||||
secrets:
|
secrets:
|
||||||
- SCW_ACCESS_KEY
|
- SCW_ACCESS_KEY
|
||||||
- SCW_SECRET_KEY
|
- SCW_SECRET_KEY
|
||||||
|
|
|
@ -8,7 +8,7 @@ Besides that, doing the following is generally enough:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Download the new release
|
# Download the new release
|
||||||
su akkoma -s $SHELL -lc "./bin/pleroma_ctl update"
|
su akkoma -s $SHELL -lc "./bin/pleroma_ctl update --branch develop"
|
||||||
|
|
||||||
# Migrate the database, you are advised to stop the instance before doing that
|
# Migrate the database, you are advised to stop the instance before doing that
|
||||||
su akkoma -s $SHELL -lc "./bin/pleroma_ctl migrate"
|
su akkoma -s $SHELL -lc "./bin/pleroma_ctl migrate"
|
||||||
|
|
|
@ -36,6 +36,12 @@ Then compile, migrate and restart as usual.
|
||||||
|
|
||||||
## From OTP
|
## From OTP
|
||||||
|
|
||||||
|
**IMPORTANT: if you are using musl1.1 (void linux musl edition),
|
||||||
|
you will need to override the FLAVOUR to amd64-musl11,
|
||||||
|
also pls go shout at your maintainers to actually upgrade from EOL software.**
|
||||||
|
|
||||||
|
the flavour to be
|
||||||
|
|
||||||
This will just be setting the update URL -
|
This will just be setting the update URL -
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue