export GITHUB_USER="<your-github-username>"
export GITHUB_PAT="<your-github-pat>"
export GITHUB_TAG="v0.x"Verify you see Login Succeeded:
echo "$GITHUB_PAT" | docker login ghcr.io -u "$GITHUB_USER" --password-stdinexport ANDROID_VERSION="v0.y"
./build.sh $ANDROID_VERSION arm64-android
docker push ghcr.io/snapdragon-toolchain/arm64-android:$ANDROID_VERSIONexport LINUX_VERSION="v0.z"
./build.sh $LINUX_VERSION arm64-linux
docker push ghcr.io/snapdragon-toolchain/arm64-linux:$LINUX_VERSIONgit tag -a $GITHUB_TAG -m "Release $GITHUB_TAG"
git push origin $GITHUB_TAGThen create the release at: https://github.com/snapdragon-toolchain/docker/releases/new