Skip to content

Commit

Permalink
chore: 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 699dfcb commit 7f3648c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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,linux/386,linux/arm64,linux/arm/v7,linux/arm/v5
platforms: linux/amd64,/arm64
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/ketard-ai:latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ debug.log
Ket.ai.session-journal
whisper/ggml-large-v3.bin
whisper/whisper.exe
test2.py

1 comment on commit 7f3648c

@onurmercury
Copy link

@onurmercury onurmercury commented on 7f3648c Jun 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace the whole line with

platforms: linux/amd64,linux/arm64

and also enable secret access from repo's settings to push images to ghcr

Please sign in to comment.