From 357e77e9a896d4dd35d9874391879b179be162ba Mon Sep 17 00:00:00 2001 From: Kazuhito Suda Date: Sun, 2 Jun 2024 19:09:51 +0900 Subject: [PATCH] Support Ubuntu 24.04 --- .github/workflows/ubuntu-24.04.yml | 23 +++++++++++++++++++++++ CHANGELOG.md | 1 + README.md | 2 ++ README_ja.md | 2 ++ docs/en/index.md | 2 ++ docs/ja/index.md | 2 ++ 6 files changed, 32 insertions(+) create mode 100644 .github/workflows/ubuntu-24.04.yml diff --git a/.github/workflows/ubuntu-24.04.yml b/.github/workflows/ubuntu-24.04.yml new file mode 100644 index 0000000..640d42c --- /dev/null +++ b/.github/workflows/ubuntu-24.04.yml @@ -0,0 +1,23 @@ +name: Ubuntu 24.04 +on: + push: + branches: + - main + - "*-next" + pull_request: + branches: + - main + - "*-next" + +jobs: + setup-test: + name: setup test + + runs-on: ubuntu-24.04 + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Run setup test + run: ./tests/script/setup_test.sh diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e98f3..f79a19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## FIWARE Small Bang v0.4.0-next +- Support Ubuntu 24.04 (#36) - Bump codecov/codecov-action from 1 to 4 (#35) - Update STH-Comet 2.11.0 (#34) - Update Cygnus to 3.8.0 (#33) diff --git a/README.md b/README.md index aa629ac..5a3e8da 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@
[![Ubuntu 20.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-20.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-20.04.yml) [![Ubuntu 22.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-22.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-22.04.yml) +[![Ubuntu 24.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-24.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-24.04.yml)
The FIWARE Small Bang is a turnkey solution for setting up a FIWARE instance on your local machine. @@ -49,6 +50,7 @@ FI-SB stands for FIWARE Small Bang. ## Requirements - Supported Linux distribution + - Ubuntu 24.04 LTS (x86_64, aarch64) - Ubuntu 22.04 LTS (x86_64, aarch64) - Ubuntu 20.04 LTS - Raspberry Pi OS (aarc64) diff --git a/README_ja.md b/README_ja.md index ec91ee1..2195f0f 100644 --- a/README_ja.md +++ b/README_ja.md @@ -12,6 +12,7 @@
[![Ubuntu 20.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-20.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-20.04.yml) [![Ubuntu 22.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-22.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-22.04.yml) +[![Ubuntu 24.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-24.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-24.04.yml)
FIWARE Small Bang は、ローカル・マシンに FIWARE インスタンスをセットアップするためのターンキー・ソリューションです。 @@ -47,6 +48,7 @@ FI-SB は FIWARE Small Bang の略称です。 ## 要件 - サポートしている Linux ディストリビューション + - Ubuntu 24.04 LTS (x86_64, aarch64) - Ubuntu 22.04 LTS (x86_64, aarch64) - Ubuntu 20.04 LTS - Raspberry Pi OS (aarc64) diff --git a/docs/en/index.md b/docs/en/index.md index a1deb0e..e2ef5e9 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -12,6 +12,7 @@
[![Ubuntu 20.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-20.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-20.04.yml) [![Ubuntu 22.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-22.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-22.04.yml) +[![Ubuntu 24.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-24.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-24.04.yml)
The FIWARE Small Bang is a turnkey solution for setting up a FIWARE instance on your local machine. @@ -44,6 +45,7 @@ FI-SB stands for FIWARE Small Bang. ## Requirements - Supported Linux distribution + - Ubuntu 24.04 LTS (x86_64, aarch64) - Ubuntu 22.04 LTS (x86_64, aarch64) - Ubuntu 20.04 LTS - Raspberry Pi OS (aarc64) diff --git a/docs/ja/index.md b/docs/ja/index.md index ad7d59d..58f8b52 100644 --- a/docs/ja/index.md +++ b/docs/ja/index.md @@ -12,6 +12,7 @@
[![Ubuntu 20.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-20.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-20.04.yml) [![Ubuntu 22.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-22.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-22.04.yml) +[![Ubuntu 24.04](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-24.04.yml/badge.svg)](https://github.com/lets-fiware/FIWARE-Small-Bang/actions/workflows/ubuntu-24.04.yml)
FIWARE Small Bang は、ローカル・マシンに FIWARE インスタンスをセットアップするためのターンキー・ソリューションです。 @@ -44,6 +45,7 @@ FI-SB は FIWARE Small Bang の略称です。 ## 要件 - サポートしている Linux ディストリビューション + - Ubuntu 24.04 LTS (x86_64, aarch64) - Ubuntu 22.04 LTS (x86_64, aarch64) - Ubuntu 20.04 LTS - Raspberry Pi OS (aarc64)