Skip to content

Commit

Permalink
chore(docker-bp-api.yaml): remove linux/arm64 from supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ozeliurs committed Oct 8, 2024
1 parent e196882 commit 1135a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-bp-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
file: ./api/Dockerfile
push: true
tags: ghcr.io/${{ env.REPO_LOWERCASE }}/grpc-server:latest
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

0 comments on commit 1135a76

Please sign in to comment.