We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42c3de8 + fcf4b48 commit 1dfaf01Copy full SHA for 1dfaf01
.github/workflows/build_image.yaml
@@ -19,6 +19,8 @@ jobs:
19
with:
20
image: selinuxd-fedora
21
tags: latest ${{ github.sha }}
22
+ platforms: |
23
+ linux/amd64,linux/arm64
24
dockerfiles: |
25
./images/fedora/Dockerfile
26
@@ -34,6 +36,8 @@ jobs:
34
36
35
37
image: selinuxd-el8
38
39
40
41
42
./images/el8/Dockerfile
43
@@ -49,5 +53,7 @@ jobs:
49
53
50
54
image: selinuxd-el9
51
55
56
57
52
58
59
./images/el9/Dockerfile
0 commit comments