mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-16 11:39:57 +00:00
- Add ARM7 (goarm:7) support in GoReleaser configuration - Simplify ARM platform references in .goreleaser.yaml
5 lines
154 B
Docker
5 lines
154 B
Docker
FROM gcr.io/distroless/base:debug
|
|
ENTRYPOINT [ "/go/bin/netbird-upload" ]
|
|
ARG TARGETPLATFORM
|
|
COPY ${TARGETPLATFORM}/netbird-upload /go/bin/netbird-upload
|