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 f5411df commit 0093bd7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ jobs:
docker:
strategy:
matrix:
name: [ amd64, arm64, arm-v7 ]
os: [ linux/amd64, linux/arm64, linux/arm/v7 ]
include:
- short: amd64
version: linux/amd64
- short: arm64
version: linux/arm64
- short: arm7
version: linux/arm/v7
runs-on: ubuntu-latest
steps:
-
Expand All @@ -28,5 +33,5 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: iantorres/boosted:${{ matrix.os }}-latest
platforms: ${{ matrix.os }}
tags: iantorres/boosted:${{ matrix.short }}-latest
platforms: ${{ matrix.version }}

0 comments on commit 0093bd7

Please sign in to comment.