Skip to content

Commit

Permalink
Update Dockerfile platforms to include linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ket0x4 committed Jun 15, 2024
1 parent e583f59 commit ec8fd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/ketard-ai:latest
Expand Down

0 comments on commit ec8fd3d

Please sign in to comment.