File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -294,12 +294,12 @@ if [ $arch == "x86_64" ]; then
294
294
elif [ $arch == " aarch64" ]; then
295
295
docker_hub=" seleniarm/hub" # arm64 Hub镜像
296
296
docker_node=" seleniarm/node-chromium" # arm64 Node镜像
297
- docker_standalone = " seleniarm/standalone-chromium" # arm64 Standalone镜像
297
+ docker_standalone= " seleniarm/standalone-chromium" # arm64 Standalone镜像
298
298
echo -e " ${BLUE} 已检测到系统架构为${YELLOW} arm64 ${BLUE} 已自动切换到arm镜像${PLAIN} "
299
299
elif [ $arch == " armv7l" ]; then
300
300
docker_hub=" seleniarm/hub" # arm32 Hub镜像
301
301
docker_node=" seleniarm/node-chromium" # arm32 Node镜像
302
- docker_standalone = " seleniarm/standalone-chromium" # arm32 Standalone镜像
302
+ docker_standalone= " seleniarm/standalone-chromium" # arm32 Standalone镜像
303
303
echo -e " ${BLUE} 已检测到系统架构为${YELLOW} arm32 ${BLUE} 已自动切换到arm镜像${PLAIN} "
304
304
else
305
305
echo -e " ${BLUE} 已检测到系统架构为${YELLOW} $arch ${PLAIN} "
Original file line number Diff line number Diff line change @@ -286,12 +286,12 @@ if [ $arch == "x86_64" ]; then
286
286
elif [ $arch == " aarch64" ]; then
287
287
docker_hub=" seleniarm/hub" # arm64 Hub image
288
288
docker_node=" seleniarm/node-chromium" # arm64 Node image
289
- docker_standalone = " seleniarm/standalone-chromium" # arm64 Standalone Image
289
+ docker_standalone= " seleniarm/standalone-chromium" # arm64 Standalone Image
290
290
echo -e " ${BLUE} System architecture detected as ${YELLOW} arm64${BLUE} . Using ARM images${PLAIN} "
291
291
elif [ $arch == " armv7l" ]; then
292
292
docker_hub=" seleniarm/hub" # arm32 Hub Image
293
293
docker_node=" seleniarm/node-chromium" # arm32 Node Image
294
- docker_standalone = " seleniarm/standalone-chromium" # arm32 Standalone Image
294
+ docker_standalone= " seleniarm/standalone-chromium" # arm32 Standalone Image
295
295
echo -e " ${BLUE} System architecture detected as ${YELLOW} arm32${BLUE} . Using ARM images${PLAIN} "
296
296
else
297
297
echo -e " ${BLUE} System architecture detected as ${YELLOW} $arch ${PLAIN} "
You can’t perform that action at this time.
0 commit comments