60
60
uses : docker/build-push-action@v5
61
61
with :
62
62
file : ./ci/linux-debian.Dockerfile
63
- tags : linux -debian-image
63
+ tags : x64 -debian-image
64
64
cache-from : type=gha
65
65
cache-to : type=gha,mode=min
66
66
@@ -106,7 +106,7 @@ jobs:
106
106
uses : ./.github/actions/run-in-docker-action
107
107
with :
108
108
dockerfile : ./ci/linux-debian.Dockerfile
109
- tag : linux -debian-image
109
+ tag : x64 -debian-image
110
110
111
111
- name : Print logs
112
112
uses : ./.github/actions/print-logs
@@ -142,7 +142,7 @@ jobs:
142
142
uses : ./.github/actions/run-in-docker-action
143
143
with :
144
144
dockerfile : ./ci/linux-debian.Dockerfile
145
- tag : linux -debian-image
145
+ tag : x64 -debian-image
146
146
147
147
- name : Print logs
148
148
uses : ./.github/actions/print-logs
@@ -174,7 +174,7 @@ jobs:
174
174
uses : ./.github/actions/run-in-docker-action
175
175
with :
176
176
dockerfile : ./ci/linux-debian.Dockerfile
177
- tag : linux -debian-image
177
+ tag : x64 -debian-image
178
178
179
179
- name : Print logs
180
180
uses : ./.github/actions/print-logs
@@ -215,7 +215,7 @@ jobs:
215
215
uses : ./.github/actions/run-in-docker-action
216
216
with :
217
217
dockerfile : ./ci/linux-debian.Dockerfile
218
- tag : linux -debian-image
218
+ tag : x64 -debian-image
219
219
220
220
- name : Print logs
221
221
uses : ./.github/actions/print-logs
@@ -258,7 +258,7 @@ jobs:
258
258
uses : ./.github/actions/run-in-docker-action
259
259
with :
260
260
dockerfile : ./ci/linux-debian.Dockerfile
261
- tag : linux -debian-image
261
+ tag : x64 -debian-image
262
262
263
263
- name : Print logs
264
264
uses : ./.github/actions/print-logs
@@ -290,7 +290,7 @@ jobs:
290
290
uses : ./.github/actions/run-in-docker-action
291
291
with :
292
292
dockerfile : ./ci/linux-debian.Dockerfile
293
- tag : linux -debian-image
293
+ tag : x64 -debian-image
294
294
295
295
- name : Print logs
296
296
uses : ./.github/actions/print-logs
@@ -333,7 +333,7 @@ jobs:
333
333
uses : ./.github/actions/run-in-docker-action
334
334
with :
335
335
dockerfile : ./ci/linux-debian.Dockerfile
336
- tag : linux -debian-image
336
+ tag : x64 -debian-image
337
337
338
338
- name : Print logs
339
339
uses : ./.github/actions/print-logs
@@ -377,7 +377,7 @@ jobs:
377
377
uses : ./.github/actions/run-in-docker-action
378
378
with :
379
379
dockerfile : ./ci/linux-debian.Dockerfile
380
- tag : linux -debian-image
380
+ tag : x64 -debian-image
381
381
382
382
- name : Print logs
383
383
uses : ./.github/actions/print-logs
@@ -428,7 +428,7 @@ jobs:
428
428
uses : ./.github/actions/run-in-docker-action
429
429
with :
430
430
dockerfile : ./ci/linux-debian.Dockerfile
431
- tag : linux -debian-image
431
+ tag : x64 -debian-image
432
432
433
433
- name : Print logs
434
434
uses : ./.github/actions/print-logs
@@ -471,7 +471,7 @@ jobs:
471
471
uses : ./.github/actions/run-in-docker-action
472
472
with :
473
473
dockerfile : ./ci/linux-debian.Dockerfile
474
- tag : linux -debian-image
474
+ tag : x64 -debian-image
475
475
476
476
- name : Print logs
477
477
uses : ./.github/actions/print-logs
@@ -678,7 +678,7 @@ jobs:
678
678
uses : ./.github/actions/run-in-docker-action
679
679
with :
680
680
dockerfile : ./ci/linux-debian.Dockerfile
681
- tag : linux -debian-image
681
+ tag : x64 -debian-image
682
682
683
683
- name : Print logs
684
684
uses : ./.github/actions/print-logs
@@ -697,7 +697,7 @@ jobs:
697
697
uses : ./.github/actions/run-in-docker-action
698
698
with :
699
699
dockerfile : ./ci/linux-debian.Dockerfile
700
- tag : linux -debian-image
700
+ tag : x64 -debian-image
701
701
command : |
702
702
g++ -Werror include/*.h
703
703
clang -Werror -x c++-header include/*.h
0 commit comments