File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,12 @@ copy_file(
100100 out = "selenium/webdriver/common/linux/selenium-manager" ,
101101)
102102
103+ copy_file (
104+ name = "manager-linux-arm64" ,
105+ src = "//common/manager:selenium-manager-linux-arm64" ,
106+ out = "selenium/webdriver/common/linux/selenium-manager-arm64" ,
107+ )
108+
103109copy_file (
104110 name = "manager-macos" ,
105111 src = "//common/manager:selenium-manager-macos" ,
@@ -112,6 +118,12 @@ copy_file(
112118 out = "selenium/webdriver/common/windows/selenium-manager.exe" ,
113119)
114120
121+ copy_file (
122+ name = "manager-windows-arm64" ,
123+ src = "//common/manager:selenium-manager-windows-arm64" ,
124+ out = "selenium/webdriver/common/windows/selenium-manager-arm64.exe" ,
125+ )
126+
115127copy_file (
116128 name = "get-attribute" ,
117129 src = "//javascript/webdriver/atoms:get-attribute.js" ,
Original file line number Diff line number Diff line change @@ -64,7 +64,9 @@ target = "selenium.webdriver.common.selenium-manager"
6464 " prune*" ,
6565 " selenium.egg-info*" ,
6666 " selenium-manager" ,
67+ " selenium-manager-arm64" ,
6768 " selenium-manager.exe" ,
69+ " selenium-manager-arm64.exe" ,
6870 " CHANGES" ,
6971 " LICENSE"
7072]
You can’t perform that action at this time.
0 commit comments