File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 88
88
uses : docker/build-push-action@v2.7.0
89
89
with :
90
90
file : src/mock_vws/_flask_server/dockerfiles/target_manager/Dockerfile
91
+ platforms : linux/amd64,linux/arm64
91
92
push : true
92
93
tags : |
93
94
adamtheturtle/vuforia-target-manager-mock:latest
97
98
uses : docker/build-push-action@v2.7.0
98
99
with :
99
100
file : src/mock_vws/_flask_server/dockerfiles/vws/Dockerfile
101
+ platforms : linux/amd64,linux/arm64
100
102
push : true
101
103
tags : |
102
104
adamtheturtle/vuforia-vws-mock:latest
@@ -106,6 +108,7 @@ jobs:
106
108
uses : docker/build-push-action@v2.7.0
107
109
with :
108
110
file : src/mock_vws/_flask_server/dockerfiles/vwq/Dockerfile
111
+ platforms : linux/amd64,linux/arm64
109
112
push : true
110
113
tags : |
111
114
adamtheturtle/vuforia-vwq-mock:latest
You can’t perform that action at this time.
0 commit comments