tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
build: oop left in an exit
Eli Mallon
5 months ago
deafd7ee
2e3ae564
+1
-2
2 changed files
expand all
collapse all
unified
split
.ci
dockerfile-hash.yaml
docker
build.Dockerfile
+1
-1
.ci/dockerfile-hash.yaml
···
1
1
variables:
2
2
-
DOCKERFILE_HASH: b4aca000235d39099e4107fbdc2c0665de35384c
2
2
+
DOCKERFILE_HASH: b350ba0f792e0019541ab7cbf2a1e81a652e1377
-1
docker/build.Dockerfile
···
34
34
&& apt install -y curl git openjdk-17-jdk unzip jq python3-pip ninja-build \
35
35
&& pip install meson tomli
36
36
37
37
-
RUN echo "TARGETARCH: $TARGETARCH" && exit 1
38
37
RUN export TARGETARCH="$TARGETARCH" \
39
38
curl -v -L --fail https://go.dev/dl/go$GO_VERSION.linux-$TARGETARCH.tar.gz -o go.tar.gz \
40
39
&& tar -C /usr/local -xf go.tar.gz \