Live video on the AT Protocol

build: oop left in an exit

+1 -2
+1 -1
.ci/dockerfile-hash.yaml
··· 1 variables: 2 - DOCKERFILE_HASH: b4aca000235d39099e4107fbdc2c0665de35384c
··· 1 variables: 2 + DOCKERFILE_HASH: b350ba0f792e0019541ab7cbf2a1e81a652e1377
-1
docker/build.Dockerfile
··· 34 && apt install -y curl git openjdk-17-jdk unzip jq python3-pip ninja-build \ 35 && pip install meson tomli 36 37 - RUN echo "TARGETARCH: $TARGETARCH" && exit 1 38 RUN export TARGETARCH="$TARGETARCH" \ 39 curl -v -L --fail https://go.dev/dl/go$GO_VERSION.linux-$TARGETARCH.tar.gz -o go.tar.gz \ 40 && tar -C /usr/local -xf go.tar.gz \
··· 34 && apt install -y curl git openjdk-17-jdk unzip jq python3-pip ninja-build \ 35 && pip install meson tomli 36 37 RUN export TARGETARCH="$TARGETARCH" \ 38 curl -v -L --fail https://go.dev/dl/go$GO_VERSION.linux-$TARGETARCH.tar.gz -o go.tar.gz \ 39 && tar -C /usr/local -xf go.tar.gz \