Skip to content

Commit

Permalink
linux/arm64/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Oct 23, 2024
1 parent 90c361d commit be96cb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ jobs:
with:
platforms: |
linux/amd64
linux/arm64
darwin/arm64
linux/arm64/v8
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
Expand All @@ -115,7 +114,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64, linux/arm64, darwin/arm64
platforms: linux/amd64, linux/arm64/v8
push: ${{ needs.set_variables.outputs.test_run != 'true'}}
file: Docker/Dockerfile.${{ matrix.service }}
tags: ${{ steps.cp-tags.outputs.tags }}

0 comments on commit be96cb9

Please sign in to comment.