From aae3612f6119c68261ce98acbea4c4625ae162b3 Mon Sep 17 00:00:00 2001 From: Tho Ho Date: Mon, 14 Oct 2024 12:55:44 +0800 Subject: [PATCH] Drop azurelinux3.0, as not package installation yet --- .github/workflows/docker-image.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b18d648..c969996 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -45,12 +45,12 @@ jobs: }, { ver: "8.0", arch: jammy, matching: "8.0", tags: "8.0-jammy" }, { ver: "8.0", arch: noble, matching: "8.0", tags: "8.0-noble" }, - { - ver: "8.0", - arch: azurelinux3.0, - matching: "8.0", - tags: "8.0-azurelinux3.0", - }, + # { + # ver: "8.0", + # arch: azurelinux3.0, + # matching: "8.0", + # tags: "8.0-azurelinux3.0", + # }, # { ver: 8.0-preview, arch: jammy-chiseled, matching: "8.0.0-preview" }, { ver: "9.0", @@ -65,12 +65,12 @@ jobs: tags: "9.0-bookworm-slim", }, { ver: "9.0", arch: noble, matching: "9.0", tags: "9.0-noble" }, - { - ver: "9.0", - arch: azurelinux3.0, - matching: "9.0", - tags: "9.0-azurelinux3.0", - }, + # { + # ver: "9.0", + # arch: azurelinux3.0, + # matching: "9.0", + # tags: "9.0-azurelinux3.0", + # }, # { # ver: 10.0-preview, # arch: alpine3.20,