ci: run x86+x64 builds in parallel

... by making them depend on the 'subprojects' step.
This commit is contained in:
Daniel Eklöf 2024-02-24 10:05:05 +01:00
parent 3d9aa1c29c
commit 4bb3b5383f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -32,6 +32,7 @@ steps:
branch:
- master
- releases/*
depends_on: [subprojects]
image: alpine:edge
commands:
- apk update
@ -88,6 +89,7 @@ steps:
branch:
- master
- releases/*
depends_on: [subprojects]
image: i386/alpine:edge
commands:
- apk update