We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c3dbf commit b5bd747Copy full SHA for b5bd747
1 file changed
.github/workflows/REBUILD.yml
@@ -18,14 +18,16 @@ jobs:
18
id: debian
19
uses: lucacome/docker-image-update-checker@v2
20
with:
21
- base-image: i386/debian:stable-slim
+ base-image: debian:stable-slim
22
image: felfert/wix:latest
23
+ platforms: linux/386
24
- name: Check i386/alpine
25
id: alpine
26
27
- base-image: i386/alpine
28
+ base-image: alpine
29
image: felfert/wix:latest-slim
30
31
32
rebuild:
33
if: ${{ false }} # debugging
0 commit comments