Skip to content

Commit

Permalink
add platforms to buildx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkelemen committed Oct 16, 2023
1 parent 59fa196 commit bb10700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-and-publish-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/arm64,linux/amd64
- name: Publish multi-platform images
run: ./release.sh
env:
Expand Down

0 comments on commit bb10700

Please sign in to comment.