Skip to content

Commit

Permalink
fix: Only build amd image (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe authored Apr 18, 2024
1 parent 27bb433 commit 48ccb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
context: .
file: docker/Dockerfile.backend
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ghcr.io/txpipe/asteria-backend:${{ github.sha }}

0 comments on commit 48ccb0a

Please sign in to comment.