Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 29, 2024
1 parent d37f8d7 commit 2191ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:

jobs:
pre_build:
name: build base_image ${{ matrix.arch }}
name: build base_image ${{ matrix.arch.name }}
strategy:
fail-fast: true
matrix:
Expand All @@ -37,7 +37,7 @@ jobs:
BUILD_AMD64: ${{ fromJSON('[0, 1]')[matrix.arch.name == 'amd64'] }}
BUILD_ARM64: ${{ fromJSON('[0, 1]')[matrix.arch.name == 'arm64'] }}
- name: Export
run: make build_base
run: make export_base
env:
BUILD_AMD64: ${{ fromJSON('[0, 1]')[matrix.arch.name == 'amd64'] }}
BUILD_ARM64: ${{ fromJSON('[0, 1]')[matrix.arch.name == 'arm64'] }}
Expand All @@ -49,7 +49,7 @@ jobs:

build:
needs: pre_build
name: build ${{ matrix.img }} ${{ matrix.arch }}
name: build ${{ matrix.img }} ${{ matrix.arch.name }}
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 2191ab6

Please sign in to comment.