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
This commit is contained in:
Matthieu Gautier 2023-06-13 12:38:36 +02:00
parent 0f75a42498
commit d1b39dfb98
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ jobs:
target: target:
- native_static - native_static
- native_dyn - native_dyn
- native_mixed
- wasm - wasm
- armv6_static - armv6_static
- armv6_mixed - armv6_mixed