Skip to content

Commit

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

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

0 comments on commit ba42970

Please sign in to comment.