@@ -5,77 +5,77 @@ buildvariants:
5
5
# Debian
6
6
- name : build-debian11
7
7
display_name : " Build: Debian 11"
8
- tags : ["build", "debian", "x64"]
8
+ tags : ["build", "debian", "x64", "pr", "tag" ]
9
9
run_on : debian11-small
10
10
tasks :
11
11
- name : " build-all-php"
12
12
- name : build-debian10
13
13
display_name : " Build: Debian 10"
14
- tags : ["build", "debian", "x64"]
14
+ tags : ["build", "debian", "x64", "pr", "tag" ]
15
15
run_on : debian10-small
16
16
tasks :
17
17
- name : " build-all-php"
18
18
- name : build-debian92
19
19
display_name : " Build: Debian 9.2"
20
- tags : ["build", "debian", "x64"]
20
+ tags : ["build", "debian", "x64", "pr", "tag" ]
21
21
run_on : debian92-small
22
22
tasks :
23
23
- name : " build-all-php"
24
24
25
25
# RHEL
26
26
- name : build-rhel90
27
27
display_name : " Build: RHEL 9.0"
28
- tags : ["build", "rhel", "x64"]
28
+ tags : ["build", "rhel", "x64", "pr", "tag" ]
29
29
run_on : rhel90-small
30
30
tasks :
31
31
- name : " build-php-openssl3"
32
32
- name : build-rhel83-zseries
33
33
display_name : " Build: RHEL 8.3 Zseries"
34
- tags : ["build", "rhel", "zseries"]
34
+ tags : ["build", "rhel", "zseries", "tag" ]
35
35
run_on : rhel83-zseries-small
36
36
tasks :
37
37
- name : " build-all-php"
38
38
- name : build-rhel82-arm64
39
39
display_name : " Build: RHEL 8.2 ARM64"
40
- tags : ["build", "rhel", "arm64"]
40
+ tags : ["build", "rhel", "arm64", "tag" ]
41
41
run_on : rhel82-arm64
42
42
tasks :
43
43
- name : " build-all-php"
44
44
- name : build-rhel81-power8
45
45
display_name : " Build: RHEL 8.1 Power8"
46
- tags : ["build", "rhel", "power8"]
46
+ tags : ["build", "rhel", "power8", "tag" ]
47
47
run_on : rhel81-power8-large
48
48
tasks :
49
49
- name : " build-all-php"
50
50
- name : build-rhel80
51
51
display_name : " Build: RHEL 8.0"
52
- tags : ["build", "rhel", "x64"]
52
+ tags : ["build", "rhel", "x64", "pr", "tag" ]
53
53
run_on : rhel80-small
54
54
tasks :
55
55
- name : " build-all-php"
56
56
57
57
# Ubuntu LTS
58
58
- name : build-ubuntu2204
59
59
display_name : " Build: Ubuntu 22.04 x64"
60
- tags : ["build", "ubuntu", "x64"]
60
+ tags : ["build", "ubuntu", "x64", "pr", "tag" ]
61
61
run_on : ubuntu2204-small
62
62
tasks :
63
63
- name : " build-php-openssl3"
64
64
- name : build-ubuntu2204-arm64
65
65
display_name : " Build: Ubuntu 22.04 ARM64"
66
- tags : ["build", "ubuntu", "arm64"]
66
+ tags : ["build", "ubuntu", "arm64", "tag" ]
67
67
run_on : ubuntu2204-arm64-small
68
68
tasks :
69
69
- name : " build-php-openssl3"
70
70
- name : build-ubuntu2004
71
71
display_name : " Build: Ubuntu 20.04 x64"
72
- tags : ["build", "ubuntu", "x64"]
72
+ tags : ["build", "ubuntu", "x64", "pr", "tag" ]
73
73
run_on : ubuntu2004-small
74
74
tasks :
75
75
- name : " build-all-php"
76
76
- name : build-ubuntu2004-arm64
77
77
display_name : " Build: Ubuntu 20.04 ARM64"
78
- tags : ["build", "ubuntu", "arm64"]
78
+ tags : ["build", "ubuntu", "arm64", "tag" ]
79
79
run_on : ubuntu2004-arm64-small
80
80
tasks :
81
81
- name : " build-all-php"
0 commit comments