mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
don't build arm with cuda during release
This commit is contained in:
parent
b14f275bf6
commit
5e8773f366
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -74,4 +74,4 @@ jobs:
|
||||
push: true
|
||||
tags: ghcr.io/ravenscroftj/turbopilot:${{ github.ref_name }}${{matrix.config.tag}}
|
||||
context: ${{github.workspace}}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: ${{matrix.config.platforms}}
|
||||
|
Loading…
Reference in New Issue
Block a user