From d1b39dfb98a9cf92f3f8b9faa44078e0a7f3ec2e Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 13 Jun 2023 12:38:36 +0200 Subject: [PATCH] Correctly build native_mixed on bionic and focal. If `native_mixed` is part of the original target, the "include" with the `image_variant` will overwrite the combination. If we remove `native_mixed`, both combinations are added. See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrixinclude --- .github/workflows/releaseNigthly.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/releaseNigthly.yml b/.github/workflows/releaseNigthly.yml index 3791f36..a1886de 100644 --- a/.github/workflows/releaseNigthly.yml +++ b/.github/workflows/releaseNigthly.yml @@ -15,7 +15,6 @@ jobs: target: - native_static - native_dyn - - native_mixed - wasm - armv6_static - armv6_mixed