File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ def mk_dir(d):
21
21
if not os .path .exists (d ):
22
22
os .makedirs (d )
23
23
24
- os_info = { 'ubuntu-latest' : ('so' , 'linux-x64' ),
25
- 'ubuntu-18' : ('so' , 'linux-x64' ),
26
- 'ubuntu-20' : ('so' , 'linux-x64' ),
27
- 'ubuntu-22' : ('so' , 'linux-x64' ),
24
+ os_info = { 'x64- ubuntu-latest' : ('so' , 'linux-x64' ),
25
+ 'x64- ubuntu-18' : ('so' , 'linux-x64' ),
26
+ 'x64- ubuntu-20' : ('so' , 'linux-x64' ),
27
+ 'x64- ubuntu-22' : ('so' , 'linux-x64' ),
28
28
'x64-glibc-2.35' : ('so' , 'linux-x64' ),
29
29
'x64-win' : ('dll' , 'win-x64' ),
30
30
'x86-win' : ('dll' , 'win-x86' ),
Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ stages:
213
213
parameters :
214
214
ReleaseVersion : $(ReleaseVersion)
215
215
BuildArchitecture : ' arm64'
216
+ VCArchitecture : ' amd64_arm64'
216
217
217
218
218
219
# Creates Z3 packages in various formats
You can’t perform that action at this time.
0 commit comments