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:
parent
0f75a42498
commit
d1b39dfb98
|
@ -15,7 +15,6 @@ jobs:
|
|||
target:
|
||||
- native_static
|
||||
- native_dyn
|
||||
- native_mixed
|
||||
- wasm
|
||||
- armv6_static
|
||||
- armv6_mixed
|
||||
|
|
Loading…
Reference in New Issue