You've already forked cpp-httplib
Fix platform problem
This commit is contained in:
4
.github/workflows/release-docker.yml
vendored
4
.github/workflows/release-docker.yml
vendored
@@ -1,6 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
name: Release Docker Image
|
name: Release Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -47,6 +44,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
platforms: linux/amd64,linux/arm64 # Build for both amd64 and arm64
|
||||||
# Use extracted tag without leading 'v'
|
# Use extracted tag without leading 'v'
|
||||||
tags: |
|
tags: |
|
||||||
yhirose4dockerhub/cpp-httplib-server:latest
|
yhirose4dockerhub/cpp-httplib-server:latest
|
||||||
|
Reference in New Issue
Block a user