File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
name : Build Docker images
11
- # disabled for CI testing
12
- if : false
13
11
runs-on : ubuntu-latest
14
12
steps :
15
13
- name : Checkout repository
26
24
27
25
static-linux-build :
28
26
name : Build Static Linux image
29
- # disabled for CI testing
30
- if : false
31
27
runs-on : ubuntu-latest
32
28
steps :
33
29
- name : Checkout repository
@@ -41,14 +37,15 @@ jobs:
41
37
strategy :
42
38
fail-fast : false
43
39
matrix :
40
+ build-type : ['docker']
41
+ # build-type: ['docker', 'local']
44
42
# blank arch builds all (aarch64,x86_64,armv7)
45
- # arch: ['']
43
+ arch : ['']
46
44
# builds only x86_64 to speed up the validation
47
45
# arch: ['x86_64']
48
46
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
49
- arch : ['x86_64', '']
47
+ # arch: ['x86_64', '']
50
48
swift-version : ['release', 'devel', 'trunk']
51
- build-type : ['docker', 'local']
52
49
runs-on : ubuntu-24.04
53
50
steps :
54
51
- name : Free Disk Space
You can’t perform that action at this time.
0 commit comments