mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
fix: use target platform to build final image (#3397)
* fix: use target platform to build final image * fix: remove armv5 from supported images
This commit is contained in:
parent
ff79ac4336
commit
00c6a0ed1f
3 changed files with 7 additions and 5 deletions
|
@ -118,7 +118,7 @@ COPY --from=build /out /
|
|||
|
||||
########################################################################################################################
|
||||
### Build Final Image
|
||||
FROM --platform=$BUILDPLATFORM public.ecr.aws/docker/library/alpine:3.20 AS final
|
||||
FROM public.ecr.aws/docker/library/alpine:3.20 AS final
|
||||
LABEL maintainer="deluan@navidrome.org"
|
||||
|
||||
# Install ffmpeg and mpv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue