Skip to content

Commit fc732c6

Browse files
committed
build on various architectures
1 parent f3b4991 commit fc732c6

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/makefile.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Makefile CI
1+
name: OpenPHIGS build CI
22

33
on:
44
push:
@@ -11,6 +11,15 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
platform:
18+
- linux/amd64
19+
- linux/arm/v6
20+
- linux/arm/v7
21+
- linux/arm64
22+
1423
steps:
1524
- uses: actions/checkout@v4
1625

0 commit comments

Comments
 (0)