Skip to content

Commit

Permalink
Update GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Jan 20, 2025
1 parent 63bf8d7 commit 4f8b81d
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 163 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/linux-arm64.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/linux-armel.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/linux-armhf.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/linux-musl-arm64.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/linux-musl-x64.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/linux-riscv64.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MacOS x64
name: MacOS arm64
on:
- push
- workflow_dispatch
Expand Down
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@

[![Maven Central](https://img.shields.io/maven-central/v/com.fizzed/tokyocabinet?color=blue&style=flat-square)](https://mvnrepository.com/artifact/com.fizzed/tokyocabinet)

The following Java versions and platforms are tested using GitHub workflows:

[![Java 8](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/java8.yaml?branch=master&label=Java%208&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/java8.yaml)
[![Java 11](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/java11.yaml?branch=master&label=Java%2011&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/java11.yaml)
[![Java 17](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/java17.yaml?branch=master&label=Java%2017&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/java17.yaml)
[![Java 21](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/java21.yaml?branch=master&label=Java%2021&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/java21.yaml)

[![Linux x64](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/java11.yaml?branch=master&label=Linux%20x64&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/java11.yaml)
[![Linux arm64](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/linux-arm64.yaml?branch=master&label=Linux%20arm64&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/linux-arm64.yaml)
[![Linux armhf](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/linux-armhf.yaml?branch=master&label=Linux%20armhf&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/linux-armhf.yaml)
[![Linux armel](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/linux-armel.yaml?branch=master&label=Linux%20armel&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/linux-armel.yaml)
[![Linux riscv64](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/linux-riscv64.yaml?branch=master&label=Linux%20riscv64&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/linux-riscv64.yaml)
[![Linux MUSL x64](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/linux-musl-x64.yaml?branch=master&label=Linux%20MUSL%20x64&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/linux-musl-x64.yaml)
[![Linux MUSL arm64](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/linux-musl-arm64.yaml?branch=master&label=Linux%20MUSL%20arm64&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/linux-musl-arm64.yaml)
[![MacOS x64](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/macos-x64.yaml?branch=master&label=MacOS%20x64&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/macos-x64.yaml)
![MacOS arm64](https://img.shields.io/badge/MacOS%20arm64-available-blue)
[![MacOS arm64](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/macos-arm64.yaml?branch=master&label=MacOS%20arm64&style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/macos-arm64.yaml)

The following platforms are tested using the [Fizzed, Inc.](http://fizzed.com) build system:

[![Linux arm64](https://img.shields.io/badge/Linux%20arm64-passing-green)](buildx-results.txt)
[![Linux armhf](https://img.shields.io/badge/Linux%20armhf-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)

## Overview

Expand Down
4 changes: 2 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: dc5565b625d842ae9475f98eb8b190013daf098b
Date: 2025-01-20T19:17:53.234493Z[UTC]
Commit: 63bf8d7667e61c1831a5ac5b8e4939cf1d73ed95
Date: 2025-01-20T19:23:21.120679Z[UTC]

linux-x64 success
linux-arm64 success
Expand Down

0 comments on commit 4f8b81d

Please sign in to comment.