Skip to content

Commit

Permalink
Feat: single platform
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-d committed Dec 5, 2024
1 parent 368c59b commit c1613d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
- name: Build and Push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: .
file: ${{ matrix.service.context }}/Dockerfile
load: true
platforms: linux/amd64
tags: |
metadc/${{ matrix.service.image_name }}:latest
ghcr.io/xpert-ai/${{ matrix.service.image_name }}:latest
Expand Down

0 comments on commit c1613d7

Please sign in to comment.