Skip to content

Commit 12cb080

Browse files
Michael Vasseurvmcj
authored andcommitted
Removing breaking part from CI
We fail on an error with libc-bin: https://gitlab.com/DOMjudge/domjudge-packaging/-/jobs/5876287000 I got this working in GitHub Actions already so we disable this here and fix this in GHA.
1 parent 2c412ae commit 12cb080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ variables:
4646
timeout: 90 minutes
4747
parallel:
4848
matrix:
49-
- ARCH: [amd64, arm64v8]
49+
- ARCH: [amd64]
5050

5151
.job_template: &ci_template
5252
script:

0 commit comments

Comments
 (0)