From eb11032797f18b21d4a24abacd6c5df655e99dbb Mon Sep 17 00:00:00 2001 From: yhirose Date: Wed, 27 Aug 2025 00:31:14 -0400 Subject: [PATCH] Fix platform problem --- .github/workflows/release-docker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 80a5c07..179ab82 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -1,6 +1,3 @@ - - - name: Release Docker Image on: @@ -47,6 +44,7 @@ jobs: context: . file: ./Dockerfile push: true + platforms: linux/amd64,linux/arm64 # Build for both amd64 and arm64 # Use extracted tag without leading 'v' tags: | yhirose4dockerhub/cpp-httplib-server:latest