File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -76,44 +76,55 @@ jobs:
76
76
create-artifacts :
77
77
needs : package-name-prefix
78
78
name : Create artifact ${{ matrix.artifact.name }}
79
- runs-on : ubuntu-latest
79
+ runs-on : ${{ matrix.artifact.runner }}
80
80
81
81
strategy :
82
82
matrix :
83
83
artifact :
84
84
- task : dist:Windows_32bit
85
85
path : " *Windows_32bit.zip"
86
86
name : Windows_X86-32
87
+ runner : ubuntu-latest
87
88
- task : dist:Windows_64bit
88
89
path : " *Windows_64bit.zip"
89
90
name : Windows_X86-64
91
+ runner : ubuntu-latest
90
92
- task : dist:Linux_32bit
91
93
path : " *Linux_32bit.tar.gz"
92
94
name : Linux_X86-32
95
+ runner : ubuntu-latest
93
96
- task : dist:Linux_64bit
94
97
path : " *Linux_64bit.tar.gz"
95
98
name : Linux_X86-64
99
+ runner : ubuntu-latest
96
100
- task : dist:Linux_ARMv6
97
101
path : " *Linux_ARMv6.tar.gz"
98
102
name : Linux_ARMv6
103
+ runner : ubuntu-latest
99
104
- task : dist:Linux_ARMv7
100
105
path : " *Linux_ARMv7.tar.gz"
101
106
name : Linux_ARMv7
107
+ runner : ubuntu-latest
102
108
- task : dist:Linux_ARM64
103
109
path : " *Linux_ARM64.tar.gz"
104
110
name : Linux_ARM64
111
+ runner : ubuntu-latest
105
112
- task : dist:macOS_64bit
106
113
path : " *macOS_64bit.tar.gz"
107
114
name : macOS_64
115
+ runner : ubuntu-24.04-arm
108
116
- task : dist:macOS_ARM64
109
117
path : " *macOS_ARM64.tar.gz"
110
118
name : macOS_ARM64
119
+ runner : ubuntu-24.04-arm
111
120
- task : protoc:collect
112
121
path : " *_proto.zip"
113
122
name : rpc-protocol-files
123
+ runner : ubuntu-latest
114
124
- task : dist:jsonschema
115
125
path : " *configuration.schema.json"
116
126
name : configuration-schema
127
+ runner : ubuntu-latest
117
128
118
129
steps :
119
130
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments