Skip to content

Commit

Permalink
Removed platforms from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Loyola committed Apr 30, 2023
1 parent c0556fc commit 89e54aa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
contexts:
- "ci/docker/run:verilator"
# - "ci/docker/buildenv:verilator-buildenv"
platforms:
- "linux/arm64"
- "linux/arm/v7"
- "linux/amd64"

steps:
- name: Checkout
Expand Down Expand Up @@ -55,7 +51,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
context: ${{ env.build_context }}
platforms: ${{ matrix.platforms }}
platforms: linux/arm64,linux/arm/v7,linux/amd64
push: ${{ !env.ACT && startsWith(github.ref, 'refs/tags/v') }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}

0 comments on commit 89e54aa

Please sign in to comment.