From e3a31eb70919720dd5fcd703ff528752767ef32e Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Sun, 9 Feb 2025 16:34:43 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(release):=20Extend=20supported?= =?UTF-8?q?=20platforms=20for=20Docker=20images=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-release-assets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-release-assets.yml b/.github/workflows/publish-release-assets.yml index b54e949..b0bd227 100644 --- a/.github/workflows/publish-release-assets.yml +++ b/.github/workflows/publish-release-assets.yml @@ -71,7 +71,7 @@ jobs: with: context: . file: ./docker/ppanel-admin-web/Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 push: true tags: | ${{ secrets.DOCKER_USERNAME }}/ppanel-admin-web:latest @@ -82,7 +82,7 @@ jobs: with: context: . file: ./docker/ppanel-user-web/Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 push: true tags: | ${{ secrets.DOCKER_USERNAME }}/ppanel-user-web:latest