when having two runner tags defined with one of them being offline, jobs did not get picked up
This commit is contained in:
parent
efd24ea6bd
commit
232281d338
1 changed files with 1 additions and 2 deletions
|
|
@ -137,8 +137,7 @@ appimage_x86_64:
|
||||||
appimage_aarch64:
|
appimage_aarch64:
|
||||||
image: arm64v8/ubuntu:16.04
|
image: arm64v8/ubuntu:16.04
|
||||||
tags:
|
tags:
|
||||||
- aarch64b
|
- arm64
|
||||||
- arm64 # can also be run on any other less powerful aarch64 runner
|
|
||||||
<<: *carch_aarch64
|
<<: *carch_aarch64
|
||||||
<<: *appimage_config
|
<<: *appimage_config
|
||||||
only:
|
only:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue