Skip to content

Commit bfd79d2

Browse files
committed
Remove ARM64 platform support from Docker image build in release workflow
1 parent 48d4a73 commit bfd79d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
tags: |
3636
${{ secrets.DOCKER_USERNAME }}/memoryalpha-rag-api:latest
3737
${{ secrets.DOCKER_USERNAME }}/memoryalpha-rag-api:${{ steps.version.outputs.version }}
38-
platforms: linux/amd64,linux/arm64
38+
platforms: linux/amd64
3939
cache-from: type=gha
4040
cache-to: type=gha,mode=max
4141

0 commit comments

Comments
 (0)