diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-20 09:20:39 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-20 09:20:39 +0200 |
| commit | a3ad2857f7b47202cd7ff74f965d09d691b06317 (patch) | |
| tree | 2740835a8a58ae3fe98d5cff7598c6fbed2a8d68 /deploy/Dockerfile.cross | |
| parent | 5b27bb0950fd03d29c223b5960faff89baf37970 (diff) | |
| download | bokf-0.1.45.tar.gz bokf-0.1.45.zip | |
deploy: alpine runtime image with the daemon and CLI onlyv0.1.45
Diffstat (limited to 'deploy/Dockerfile.cross')
| -rw-r--r-- | deploy/Dockerfile.cross | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/deploy/Dockerfile.cross b/deploy/Dockerfile.cross deleted file mode 100644 index 9a568cf..0000000 --- a/deploy/Dockerfile.cross +++ /dev/null @@ -1,12 +0,0 @@ -# Cross-compile the arm64 binaries on an amd64 host. The runtime image is -# assembled later on the target host from the produced binaries. -FROM debian:bookworm -RUN dpkg --add-architecture arm64 \ - && apt-get update \ - && apt-get install -y --no-install-recommends \ - make ca-certificates gcc-aarch64-linux-gnu \ - libncurses-dev:arm64 libssl-dev:arm64 \ - && rm -rf /var/lib/apt/lists/* -COPY cross-build.sh /usr/local/bin/cross-build -RUN chmod 0755 /usr/local/bin/cross-build -ENTRYPOINT ["/usr/local/bin/cross-build"] |
