Skip to content

Commit

Permalink
Code fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen0x7 committed Oct 5, 2024
1 parent ba42970 commit 2f44a86
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ on:

jobs:
docker:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
include:
- os: ubuntu-latest
arch: amd64
- os: ubuntu-24.04-arm
arch: arm64
- arch: amd64
- arch: arm64
steps:
-
name: Set up QEMU
Expand All @@ -31,4 +29,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: iantorres/boosted:latest-${{matrix.arch}}
tags: iantorres/boosted:latest-${{ matrix.arch }}

0 comments on commit 2f44a86

Please sign in to comment.