@@ -203,22 +203,22 @@ public void clean() throws Exception {
203
203
204
204
new Target ("linux" , "arm64" , "Ubuntu 16.04, JDK 11" )
205
205
.setTags ("test" )
206
- .setHost ("bmh-hv-6 " )
206
+ .setHost ("build-arm64-linux-latest " )
207
207
.setContainerImage ("fizzed/buildx:arm64-ubuntu16-jdk11" ),
208
208
209
209
new Target ("linux" , "armhf" , "Ubuntu 16.04, JDK 11" )
210
210
.setTags ("test" )
211
- .setHost ("bmh-hv-6 " )
211
+ .setHost ("build-arm64-linux-latest " )
212
212
.setContainerImage ("fizzed/buildx:armhf-ubuntu16-jdk11" ),
213
213
214
214
new Target ("linux" , "armel" , "Debian 11, JDK 11" )
215
215
.setTags ("test" )
216
- .setHost ("bmh-hv-6 " )
216
+ .setHost ("build-arm64-linux-latest " )
217
217
.setContainerImage ("fizzed/buildx:armel-debian11-jdk11" ),
218
218
219
219
new Target ("linux" , "riscv64" , "debian11" )
220
220
.setTags ("test" )
221
- .setHost ("bmh- build-riscv64-debian11-1 " ),
221
+ .setHost ("build-riscv64-linux-latest " ),
222
222
223
223
//
224
224
// CI/Test Linux (w/ MUSL)
@@ -230,7 +230,7 @@ public void clean() throws Exception {
230
230
231
231
new Target ("linux_musl" , "arm64" , "alpine3.11, jdk11" )
232
232
.setTags ("test" )
233
- .setHost ("bmh-hv-6 " )
233
+ .setHost ("build-arm64-linux-latest " )
234
234
.setContainerImage ("fizzed/buildx:arm64v8-alpine3.11-jdk11" ),
235
235
236
236
//
0 commit comments