mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +00:00
fix
This commit is contained in:
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
@@ -140,9 +140,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
tag: [cpu, cuda]
|
tag: [cpu, cuda]
|
||||||
platform:
|
|
||||||
- linux/amd64
|
|
||||||
- linux/arm64
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
@@ -163,4 +160,4 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}:${{ matrix.tag }}
|
ghcr.io/${{ github.repository }}:${{ matrix.tag }}
|
||||||
file: docker/${{ matrix.tag }}.Dockerfile
|
file: docker/${{ matrix.tag }}.Dockerfile
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: linux/amd64, linux/arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user