Skip to content

Commit

Permalink
Merge pull request #294 from dolthub/taylor/platforms
Browse files Browse the repository at this point in the history
.github: Support linux/x86_64, linux/arm64 for docker images
  • Loading branch information
tbantle22 authored Nov 18, 2024
2 parents fe325f8 + bcff8d8 commit adce575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-push-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/amd64
platforms: linux/amd64,linux/x86_64,linux/arm64
- name: Build and push image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit adce575

Please sign in to comment.