Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Mar 26, 2024
1 parent d44bb3c commit 6fe46d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
with:
file: ${{ matrix.dockerfile }}
context: .
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
build-args: |
BASE_IMAGE=${{ matrix.source }}
TAG=${{ env.tag }}
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
with:
file: ${{ matrix.dockerfile }}
context: .
platforms: linux/amd64
platforms: linux/amd64, linux/arm64
build-args: |
BASE_IMAGE=${{ matrix.source }}
TAG=${{ env.tag }}
Expand Down

0 comments on commit 6fe46d6

Please sign in to comment.