mirror of
https://github.com/diced/zipline.git
synced 2025-12-19 10:42:40 -08:00
fix: actions matrix fix
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -9,11 +9,10 @@ jobs:
|
|||||||
push:
|
push:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-24.04, ubuntu-24.04-arm]
|
|
||||||
arch: [amd64, arm64]
|
arch: [amd64, arm64]
|
||||||
|
|
||||||
name: push
|
name: push
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-24.04${{ matrix.arch == 'arm64' && 'arm' || '' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user