Skip to content

Commit 1dfaf01

Browse files
authored
Merge pull request #162 from mikroskeem/feature/build-aarch64
Include aarch64 in build platforms
2 parents 42c3de8 + fcf4b48 commit 1dfaf01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_image.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
with:
2020
image: selinuxd-fedora
2121
tags: latest ${{ github.sha }}
22+
platforms: |
23+
linux/amd64,linux/arm64
2224
dockerfiles: |
2325
./images/fedora/Dockerfile
2426
@@ -34,6 +36,8 @@ jobs:
3436
with:
3537
image: selinuxd-el8
3638
tags: latest ${{ github.sha }}
39+
platforms: |
40+
linux/amd64,linux/arm64
3741
dockerfiles: |
3842
./images/el8/Dockerfile
3943
@@ -49,5 +53,7 @@ jobs:
4953
with:
5054
image: selinuxd-el9
5155
tags: latest ${{ github.sha }}
56+
platforms: |
57+
linux/amd64,linux/arm64
5258
dockerfiles: |
5359
./images/el9/Dockerfile

0 commit comments

Comments
 (0)