2023-11-16 19:09:58 +08:00
|
|
|
kind: template
|
2023-11-16 19:16:58 +08:00
|
|
|
load: build.yaml
|
2023-11-16 18:27:44 +08:00
|
|
|
data:
|
2023-11-16 19:22:21 +08:00
|
|
|
builds:
|
|
|
|
- image_name: linux-x64
|
|
|
|
build_types:
|
|
|
|
- Debug
|
|
|
|
- Release
|
2023-11-16 19:25:54 +08:00
|
|
|
- image_name: linux-x86
|
|
|
|
build_types:
|
|
|
|
- Debug
|
|
|
|
- Release
|
|
|
|
- image_name: linux-mipsel-lts
|
|
|
|
build_types:
|
|
|
|
- Debug
|
|
|
|
- Release
|
|
|
|
- image_name: linux-mips-lts
|
|
|
|
build_types:
|
|
|
|
- Debug
|
|
|
|
- Release
|
|
|
|
- image_name: linux-armv7-lts
|
|
|
|
build_types:
|
|
|
|
- Debug
|
|
|
|
- Release
|
|
|
|
- image_name: linux-armv6-lts
|
|
|
|
build_types:
|
|
|
|
- Debug
|
|
|
|
- Release
|
|
|
|
- image_name: linux-armv5-lts
|
|
|
|
build_types:
|
|
|
|
- Debug
|
|
|
|
- Release
|
|
|
|
- image_name: linux-arm64-lts
|
|
|
|
build_types:
|
|
|
|
- Debug
|
|
|
|
- Release
|