From c7a8af420f35b1681680df48a4713e0639b586a5 Mon Sep 17 00:00:00 2001 From: kunish Date: Wed, 30 Aug 2023 01:53:22 +0800 Subject: [PATCH] feat(docker): multi-platform support --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f7ffd4..47855f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: context: . builder: ${{ steps.buildx.outputs.name }} file: Dockerfile - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: | ghcr.io/metacubex/metacubexd:latest