Skip to content

Commit

Permalink
fix indentation on matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Jul 2, 2024
1 parent 7edf75a commit 1beeb67
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
matrix:
IMAGE: [base-image, base-notebook, pangeo-notebook, ml-notebook, pytorch-notebook]
platform: [linux/amd64]
# Extra CPU architectures for specific images
include:
- IMAGE: "base-image"
platform: "linux/arm64"
- IMAGE: "base-notebook"
platform: "linux/arm64"
- IMAGE: "pangeo-notebook"
platform: "linux/arm64"
# Extra CPU architectures for specific images
include:
- IMAGE: "base-image"
platform: "linux/arm64"
- IMAGE: "base-notebook"
platform: "linux/arm64"
- IMAGE: "pangeo-notebook"
platform: "linux/arm64"
name: ${{ matrix.IMAGE }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1beeb67

Please sign in to comment.