Skip to content

Commit b00639a

Browse files
committed
chore(docker): 🔧 Add platforms specification for Docker build
1 parent 1b80e61 commit b00639a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: docker/build-push-action@v5
2424
with:
2525
push: true
26+
platforms: linux/amd64,linux/arm64
2627
tags: |
2728
${{ secrets.DOCKERHUB_USERNAME }}/openapi-tools:${{ github.ref_name }}
2829
${{ secrets.DOCKERHUB_USERNAME }}/openapi-tools:latest

0 commit comments

Comments
 (0)