From 419c6790cd8caba969ce16b66b0516d51d632621 Mon Sep 17 00:00:00 2001 From: Joe Lauer Date: Fri, 10 Jan 2025 14:00:22 -0500 Subject: [PATCH] Add cross build testing for linux musl --- .blaze/blaze.java | 1 + README.md | 1 + buildx-results.txt | 5 +++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.blaze/blaze.java b/.blaze/blaze.java index 3b7ddb2..029d3ad 100644 --- a/.blaze/blaze.java +++ b/.blaze/blaze.java @@ -26,6 +26,7 @@ public class blaze { new Target("linux", "x64").setTags("test").setHost("bmh-build-x64-linux-latest"), new Target("linux", "arm64").setTags("test").setHost("bmh-build-arm64-linux-latest"), new Target("linux", "riscv64").setTags("test").setHost("bmh-build-riscv64-linux-latest"), + new Target("linux_musl", "x64").setTags("test").setHost("bmh-build-x64-linux-musl-latest"), 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"), diff --git a/README.md b/README.md index 78ebf85..78742ca 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The following platforms are tested using the [Fizzed, Inc.](http://fizzed.com) b [![Linux arm64](https://img.shields.io/badge/Linux%20arm64-passing-green)](buildx-results.txt) [![Linux riscv64](https://img.shields.io/badge/Linux%20riscv64-passing-green)](buildx-results.txt) +[![Linux MUSL x64](https://img.shields.io/badge/Linux%20MUSL%20x64-passing-green)](buildx-results.txt) [![MacOS x64](https://img.shields.io/badge/MacOS%20x64-passing-green)](buildx-results.txt) [![Windows arm64](https://img.shields.io/badge/Windows%20arm64-passing-green)](buildx-results.txt) [![FreeBSD x64](https://img.shields.io/badge/FreeBSD%20x64-passing-green)](buildx-results.txt) diff --git a/buildx-results.txt b/buildx-results.txt index 1edd8ae..f3293df 100644 --- a/buildx-results.txt +++ b/buildx-results.txt @@ -1,12 +1,13 @@ Buildx Results -------------- Cross platform tests use the Buildx project: https://github.com/fizzed/buildx -Commit: fe7e5adb6e9dec8a674b19fc93717f035d3bbd02 -Date: 2025-01-10T18:05:41.082283Z[UTC] +Commit: c7a5167264989936bcf9a54ac5f62a091a9b3202 +Date: 2025-01-10T18:59:25.964315Z[UTC] linux-x64 success linux-arm64 success linux-riscv64 success +linux_musl-x64 success macos-x64 success macos-arm64 success windows-x64 success