Skip to content

Commit

Permalink
Fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen0x7 committed Oct 5, 2024
1 parent 7eb371d commit 10daa0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
docker:
strategy:
matrix:
tag: [ amd64, arm64, arm-v7 ]
os: [ linux/amd64, linux/arm64, linux/arm/v7 ]
runs-on: ubuntu-latest
steps:
Expand All @@ -28,5 +27,5 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: iantorres/boosted:${{ matrix.tag }}
tags: iantorres/boosted:latest
platforms: ${{ matrix.os }}

0 comments on commit 10daa0c

Please sign in to comment.