mirror of
https://github.com/diced/zipline.git
synced 2025-12-05 20:40:12 -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:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-24.04, ubuntu-24.04-arm]
|
||||
arch: [amd64, arm64]
|
||||
|
||||
name: push
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-24.04${{ matrix.arch == 'arm64' && 'arm' || '' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user