From 729507e1cc7d5deecd52ef8ce850665d46ddcbda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Rodrigues=20Ribeiro?= Date: Tue, 5 Dec 2023 12:26:42 -0300 Subject: [PATCH 1/2] Update minetest to 5.8.0 --- .github/workflows/multiarch.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/multiarch.yaml b/.github/workflows/multiarch.yaml index 8cc7c8e..cc4f1b2 100644 --- a/.github/workflows/multiarch.yaml +++ b/.github/workflows/multiarch.yaml @@ -35,9 +35,9 @@ jobs: linux/arm64 - dockerfile: Dockerfile args: |- - MINETEST_VERSION=5.7.0 - MINETEST_GAME_VERSION=5.7.0 - MINETEST_IRRLICHT_VERSION=1.9.0mt10 + MINETEST_VERSION=5.8.0 + MINETEST_GAME_VERSION=5.8.0 + MINETEST_IRRLICHT_VERSION=1.9.0mt13 tags: |- stable stable-5 From 2116d05bbf450ff7c9fbb79a66ff2056cb2bf460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Rodrigues=20Ribeiro?= Date: Thu, 7 Dec 2023 00:20:10 -0300 Subject: [PATCH 2/2] Revert minetest game version --- .github/workflows/multiarch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multiarch.yaml b/.github/workflows/multiarch.yaml index cc4f1b2..0164cc7 100644 --- a/.github/workflows/multiarch.yaml +++ b/.github/workflows/multiarch.yaml @@ -36,7 +36,7 @@ jobs: - dockerfile: Dockerfile args: |- MINETEST_VERSION=5.8.0 - MINETEST_GAME_VERSION=5.8.0 + MINETEST_GAME_VERSION=5.7.0 MINETEST_IRRLICHT_VERSION=1.9.0mt13 tags: |- stable