build.sh 222 B

12345
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. cd "$(dirname "$0")"
  4. tar -cf - ../../../{*.html,*.js,*.css,gen,lib,src,bios,.cargo,Cargo.toml,Makefile,tools} | \
  5. docker build -t v86:alpine-3.14 -f tools/docker/exec/Dockerfile -