Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Jan 11, 2025
1 parent 7a93bcc commit d933061
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .blaze/blaze.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void demo_dropwizard() {
new Target("macos", "x64").setTags("test").setHost("bmh-build-x64-macos-latest"),
new Target("macos", "arm64").setTags("test").setHost("bmh-build-arm64-macos-latest"),
new Target("windows", "x64").setTags("test").setHost("bmh-build-x64-windows-latest"),
//new Target("windows", "arm64").setTags("test").setHost("bmh-build-arm64-windows-latest"),
new Target("windows", "arm64").setTags("test").setHost("bmh-build-arm64-windows-latest"),
new Target("freebsd", "x64").setTags("test").setHost("bmh-build-x64-freebsd-latest"),
new Target("openbsd", "x64").setTags("test").setHost("bmh-build-x64-openbsd-latest")
);
Expand Down
5 changes: 3 additions & 2 deletions buildx-results.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Buildx Results
--------------
Cross platform tests use the Buildx project: https://github.com/fizzed/buildx
Commit: 799c45ef004dbde1c096f4bbc200de21526b1f5e
Date: 2025-01-10T22:06:16.765612Z[UTC]
Commit: 7a93bccebe8a12b83b8f6e812537b9757b9a36ab
Date: 2025-01-11T03:20:53.611993Z[UTC]

linux-x64 success
linux-arm64 success
Expand All @@ -11,6 +11,7 @@ linux_musl-x64 success
macos-x64 success
macos-arm64 success
windows-x64 success
windows-arm64 success
freebsd-x64 success
openbsd-x64 success

0 comments on commit d933061

Please sign in to comment.