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/cross-build.sh | |
| parent | 5b27bb0950fd03d29c223b5960faff89baf37970 (diff) | |
| download | bokf-a3ad2857f7b47202cd7ff74f965d09d691b06317.tar.gz bokf-a3ad2857f7b47202cd7ff74f965d09d691b06317.zip | |
deploy: alpine runtime image with the daemon and CLI onlyv0.1.45
Diffstat (limited to 'deploy/cross-build.sh')
| -rw-r--r-- | deploy/cross-build.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/deploy/cross-build.sh b/deploy/cross-build.sh deleted file mode 100644 index 7c90b0f..0000000 --- a/deploy/cross-build.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# Cross-compile bokfd/bokfctl/bokftui for aarch64. Expects the source -# read-only at /src, writes the binaries to /out and takes the version from -# $VERSION. Run through deploy/Dockerfile.cross. -set -eu - -make -C /src -j"$(nproc)" BUILD=/tmp/build \ - CC=aarch64-linux-gnu-gcc \ - CFLAGS="-O2 -g -L/usr/lib/aarch64-linux-gnu" \ - VERSION="${VERSION:-0.1.0-dev}" - -mkdir -p /out -cp /tmp/build/bokfd /tmp/build/bokfctl /tmp/build/bokftui /out/ |
