mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-01 03:33:47 +00:00
Only portable builds (docker) (#5614)
* portable builds by default, build multiarch lcli
This commit is contained in:
6
lcli/Dockerfile.cross
Normal file
6
lcli/Dockerfile.cross
Normal file
@@ -0,0 +1,6 @@
|
||||
# This image is meant to enable cross-architecture builds.
|
||||
# It assumes the lcli binary has already been
|
||||
# compiled for `$TARGETPLATFORM` and moved to `./bin`.
|
||||
FROM --platform=$TARGETPLATFORM ubuntu:22.04
|
||||
RUN apt update && apt -y upgrade && apt clean && rm -rf /var/lib/apt/lists/*
|
||||
COPY ./bin/lcli /usr/local/bin/lcli
|
||||
Reference in New Issue
Block a user