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 2f44a86 commit 3294254
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- arch: amd64
- arch: arm64
steps:
-
name: Set up QEMU
Expand All @@ -29,4 +24,5 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: iantorres/boosted:latest-${{ matrix.arch }}
tags: iantorres/boosted:latest-${{ matrix.arch }}
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 comments on commit 3294254

Please sign in to comment.