Skip to content

Commit a6ff505

Browse files
authored
Merge pull request #4 from Zen0x7/arm
ARM added.
2 parents 6109f8b + 10daa0c commit a6ff505

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55

66
jobs:
77
docker:
8+
strategy:
9+
matrix:
10+
os: [ linux/amd64, linux/arm64, linux/arm/v7 ]
811
runs-on: ubuntu-latest
912
steps:
1013
-
@@ -24,4 +27,5 @@ jobs:
2427
uses: docker/build-push-action@v6
2528
with:
2629
push: true
27-
tags: iantorres/boosted:latest
30+
tags: iantorres/boosted:latest
31+
platforms: ${{ matrix.os }}

0 commit comments

Comments
 (0)