Add support for musl11 build #71

Merged
floatingghost merged 6 commits from void-fix into develop 2022-07-14 10:59:23 +00:00
3 changed files with 8 additions and 2 deletions
Showing only changes of commit 04c1f9d77b - Show all commits

View file

@ -82,7 +82,7 @@ pipeline:
event:
- push
branch:
- void-fix
- develop
secrets:
- SCW_ACCESS_KEY
- SCW_SECRET_KEY

View file

@ -8,7 +8,7 @@ Besides that, doing the following is generally enough:
```sh
# 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
su akkoma -s $SHELL -lc "./bin/pleroma_ctl migrate"

View file

@ -36,6 +36,12 @@ Then compile, migrate and restart as usual.
## 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 -
```bash