build-binary.sh @ 57a12bdb713e

Initial commit
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Mar 2026 16:38:57 -0400
parents (none)
children (none)
#!/usr/bin/env bash

set -euo pipefail

buildapp \
        --load-system 'quick-fastq' \
        --entry 'quick-fastq:toplevel' \
        --manifest-file 'build/asdf-manifest' \
        --compress-core \
        --output 'build/quick-fastq'