Skip to content

Commit d933061

Browse files
committed
Update readme
1 parent 7a93bcc commit d933061

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.blaze/blaze.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void demo_dropwizard() {
8686
new Target("macos", "x64").setTags("test").setHost("bmh-build-x64-macos-latest"),
8787
new Target("macos", "arm64").setTags("test").setHost("bmh-build-arm64-macos-latest"),
8888
new Target("windows", "x64").setTags("test").setHost("bmh-build-x64-windows-latest"),
89-
//new Target("windows", "arm64").setTags("test").setHost("bmh-build-arm64-windows-latest"),
89+
new Target("windows", "arm64").setTags("test").setHost("bmh-build-arm64-windows-latest"),
9090
new Target("freebsd", "x64").setTags("test").setHost("bmh-build-x64-freebsd-latest"),
9191
new Target("openbsd", "x64").setTags("test").setHost("bmh-build-x64-openbsd-latest")
9292
);

buildx-results.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Buildx Results
22
--------------
33
Cross platform tests use the Buildx project: https://github.com/fizzed/buildx
4-
Commit: 799c45ef004dbde1c096f4bbc200de21526b1f5e
5-
Date: 2025-01-10T22:06:16.765612Z[UTC]
4+
Commit: 7a93bccebe8a12b83b8f6e812537b9757b9a36ab
5+
Date: 2025-01-11T03:20:53.611993Z[UTC]
66

77
linux-x64 success
88
linux-arm64 success
@@ -11,6 +11,7 @@ linux_musl-x64 success
1111
macos-x64 success
1212
macos-arm64 success
1313
windows-x64 success
14+
windows-arm64 success
1415
freebsd-x64 success
1516
openbsd-x64 success
1617

0 commit comments

Comments
 (0)