- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Configure autotag on release images
Create statically compiled binaries
Added multi-arch dev & release images
Added multi-arch dev & release images
Image doesn't build on arm64 or arm/v7 with lto
After some experimenting, it seems that the culprit is the fact that lto doesn't run on alpine using buildx, for some reason. This means that, as long as this bug is present, we can't build our…