Skip to content

Commit

Permalink
fix missing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Oct 7, 2024
1 parent b6bfdff commit f5efbfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wasm-simd-image-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
platform: linux/amd64
- os: macos-latest
platform: linux/arm64
runs-on:
runs-on: ${{ matrix.build.os }}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: ${{ matrix.platform }}
platforms: ${{ matrix.build.platform }}
push: true
tags: ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE_NAME }}:${{ env.DOCKER_TAG }}
file: modules/light-clients/08-wasm/Dockerfile
Expand Down

0 comments on commit f5efbfa

Please sign in to comment.