Skip to content

Commit eb11032

Browse files
committed
Fix platform problem
1 parent 54e75dc commit eb11032

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-docker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
3-
41
name: Release Docker Image
52

63
on:
@@ -47,6 +44,7 @@ jobs:
4744
context: .
4845
file: ./Dockerfile
4946
push: true
47+
platforms: linux/amd64,linux/arm64 # Build for both amd64 and arm64
5048
# Use extracted tag without leading 'v'
5149
tags: |
5250
yhirose4dockerhub/cpp-httplib-server:latest

0 commit comments

Comments
 (0)