-
Notifications
You must be signed in to change notification settings - Fork 104
/
.build.yml
27 lines (25 loc) · 1.24 KB
/
.build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: aerospike-client-c
container:
- base:
- docker.qe.aerospike.com/build/aerospike-client-c:rhel-8
- docker.qe.aerospike.com/build/aerospike-client-c:rhel-9
- docker.qe.aerospike.com/build/aerospike-client-c:amazonlinux-2023
- docker.qe.aerospike.com/build/aerospike-client-c:debian-11
- docker.qe.aerospike.com/build/aerospike-client-c:debian-12
- docker.qe.aerospike.com/build/aerospike-client-c:ubuntu-20.04
- docker.qe.aerospike.com/build/aerospike-client-c:ubuntu-22.04
- docker.qe.aerospike.com/build/aerospike-client-c:ubuntu-24.04
- docker.qe.aerospike.com/build/aerospike-client-c:arm-rhel-8
- docker.qe.aerospike.com/build/aerospike-client-c:arm-rhel-9
- docker.qe.aerospike.com/build/aerospike-client-c:arm-amazonlinux-2023
- docker.qe.aerospike.com/build/aerospike-client-c:arm-debian-11
- docker.qe.aerospike.com/build/aerospike-client-c:arm-debian-12
- docker.qe.aerospike.com/build/aerospike-client-c:arm-ubuntu-20.04
- docker.qe.aerospike.com/build/aerospike-client-c:arm-ubuntu-22.04
- docker.qe.aerospike.com/build/aerospike-client-c:arm-ubuntu-24.04
build:
- name: default
script:
- make package
artifact:
- target/packages/*