allow regular arm64 runners for appimage build, so spot instances can be disabled without waiting for x86_64b to finish
This commit is contained in:
parent
023bfb8c36
commit
4da83b3360
1 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,9 @@ appimage_x86_64:
|
||||||
|
|
||||||
appimage_aarch64:
|
appimage_aarch64:
|
||||||
image: arm64v8/ubuntu:18.04
|
image: arm64v8/ubuntu:18.04
|
||||||
tags: [aarch64b]
|
tags:
|
||||||
|
- aarch64b
|
||||||
|
- arm64 # can also be run on any other less powerful aarch64 runner
|
||||||
<<: *carch_aarch64
|
<<: *carch_aarch64
|
||||||
<<: *appimage_config
|
<<: *appimage_config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue