Skip to content

Instantly share code, notes, and snippets.

@bleggett
Created January 30, 2023 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleggett/9c6a55f3b2dfbca1a0086974e45a8ec0 to your computer and use it in GitHub Desktop.
Save bleggett/9c6a55f3b2dfbca1a0086974e45a8ec0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
su-exec root apt-get update && su-exec root apt-get install -y cmake-data
export DOCKER_SOCKET_MOUNT="-v /var/run/docker.sock.raw:/var/run/docker.sock"
export BUILD_ZTUNNEL=1
export BUILD_ZTUNNEL_REPO="$(pwd)/ztunnel"
export TAG=bm-ambienttest
export HUB=docker.io/bmleggett
export IMAGE_VERSION=master-7b5c2064d06c417cc34d4ed760fd65134055c301
export DOCKER_ARCHITECTURES=linux/arm64
export TARGET_OS=linux
export TARGET_ARCH=arm64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment