Created
January 30, 2023 20:36
-
-
Save bleggett/9c6a55f3b2dfbca1a0086974e45a8ec0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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