Skip to content

Commit

Permalink
Remove linux/arm64 platform for the build of server and repository im…
Browse files Browse the repository at this point in the history
…ages (#51)

Signed-off-by: Simon Viénot <[email protected]>
  • Loading branch information
svienot authored Oct 19, 2023
1 parent 99d7693 commit bf57605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-image-to-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
context: .
file: ./src/Dockerfile.server
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}:server-${{env.TAG}}

Expand All @@ -68,6 +68,6 @@ jobs:
with:
context: ./h5ai-nginx
file: ./h5ai-nginx/Dockerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}:repository-${{env.TAG}}
4 changes: 2 additions & 2 deletions .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
context: .
file: ./src/Dockerfile.server
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}:server-${{env.TAG}}

Expand All @@ -79,6 +79,6 @@ jobs:
with:
context: ./h5ai-nginx
file: ./h5ai-nginx/Dockerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}:repository-${{env.TAG}}

0 comments on commit bf57605

Please sign in to comment.