diff options
| author | Patrick Steinhardt <ps@pks.im> | 2025-01-10 12:32:03 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-10 09:15:38 -0800 |
| commit | 4ad71b16cdc8f5f367931b908fa904e8e8c48b47 (patch) | |
| tree | 1bf0f512f75fb0464706df2cf869f7ea1fe5a7fb /ci/lib.sh | |
| parent | 5aea4ff36c58bd3c6d6c0852e6b3469261348e0d (diff) | |
| download | git-4ad71b16cdc8f5f367931b908fa904e8e8c48b47.tar.xz | |
gitlab-ci: add linux32 job testing against i386
Add another job to GitLab CI that tests against the i386 architecture.
This job is equivalent to the same job in GitHub Workflows.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci/lib.sh')
| -rwxr-xr-x | ci/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -269,7 +269,7 @@ then CI_OS_NAME=osx JOBS=$(nproc) ;; - *,alpine:*|*,fedora:*|*,ubuntu:*) + *,alpine:*|*,fedora:*|*,ubuntu:*|*,i386/ubuntu:*) CI_OS_NAME=linux JOBS=$(nproc) ;; |
