mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-31 08:25:20 +00:00
ci : fix building workflow for linux/arm64 container (#2555)
This commit is contained in:
parent
f19463ece2
commit
03af461de8
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: ${{ matrix.config.platforms }}
|
||||
platforms: ${{ matrix.config.platform }}
|
||||
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
|
||||
file: ${{ matrix.config.dockerfile }}
|
||||
|
||||
@ -54,6 +54,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
platforms: ${{ matrix.config.platforms }}
|
||||
platforms: ${{ matrix.config.platform }}
|
||||
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}"
|
||||
file: ${{ matrix.config.dockerfile }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user