Revert "CI: skip armhf, x86 build on stable branches (MR 2024)"
This does not work as expected, CI doesn't run for x86 and armhf on
master too. An attempt to fix this was made in MR 2030, but it didn't
work as expected and it's not worth looking into this further right now.
This reverts commit d695455f08
.
This commit is contained in:
parent
93f2d82d1d
commit
743c3eda7e
1 changed files with 0 additions and 4 deletions
|
@ -151,8 +151,6 @@ build-x86_64:
|
|||
extends: .build
|
||||
|
||||
build-x86:
|
||||
only:
|
||||
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
|
||||
extends: .build
|
||||
|
||||
build-aarch64:
|
||||
|
@ -162,6 +160,4 @@ build-armv7:
|
|||
extends: .build
|
||||
|
||||
build-armhf:
|
||||
only:
|
||||
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
|
||||
extends: .build
|
||||
|
|
Loading…
Reference in a new issue