tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
ci: fixes for lots of -amd64 references
Eli Mallon
4 months ago
75bee766
296714bc
+4
-4
1 changed file
expand all
collapse all
unified
split
.gitlab-ci.yml
+4
-4
.gitlab-ci.yml
···
93
93
.build:
94
94
stage: build
95
95
interruptible: true
96
96
-
image: "$DOCKER_REPO:builder-$DOCKERFILE_HASH"
96
96
+
image: "$DOCKER_REPO:builder-$DOCKERFILE_HASH-amd64"
97
97
timeout: 2 hours
98
98
script:
99
99
- rm -rf /usr/x86_64-w64-mingw32/include/d3dcompiler.h /usr/share/mingw-w64/include/d3dcompiler.h /usr/lib/gcc/x86_64-w64-mingw32/10-posix/libssp.dll.a /usr/lib/gcc/x86_64-w64-mingw32/10-posix/libssp-0.dll /usr/lib/gcc/x86_64-w64-mingw32/10-win32/libssp-0.dll /usr/lib/gcc/x86_64-w64-mingw32/10-win32/libssp.dll.a
···
194
194
test:
195
195
stage: build
196
196
interruptible: true
197
197
-
image: "$DOCKER_REPO:builder-$DOCKERFILE_HASH"
197
197
+
image: "$DOCKER_REPO:builder-$DOCKERFILE_HASH-amd64"
198
198
timeout: 2 hours
199
199
variables:
200
200
STREAMPLACE_TEST_COUNT: "1"
···
305
305
.build-android:
306
306
stage: build
307
307
interruptible: true
308
308
-
image: "$DOCKER_REPO:builder-$DOCKERFILE_HASH"
308
308
+
image: "$DOCKER_REPO:builder-$DOCKERFILE_HASH-amd64"
309
309
timeout: 2 hours
310
310
script:
311
311
- git fetch --unshallow || echo 'already unshallow'
···
397
397
.release-template:
398
398
stage: build
399
399
interruptible: true
400
400
-
image: "$DOCKER_REPO:builder-$DOCKERFILE_HASH"
400
400
+
image: "$DOCKER_REPO:builder-$DOCKERFILE_HASH-amd64"
401
401
needs:
402
402
- build-darwin-amd64
403
403
- build-darwin-arm64