Compare commits

..

No commits in common. "3c029582d64593851d36470046b2b83b1924d906" and "44dd2b67c8b7ca3af5b18826089dad0c2a5e49c4" have entirely different histories.

2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
on:
workflow_dispatch:
pull_request:
paths:
- '**/*.sh'
- '**/*.xml'
- '.github/workflows/test.yml'
- '.github/workflows/check.yml'
- 'Dockerfile'
name: "Test"
permissions: {}

View file

@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.23 / /
COPY --from=qemux/qemu:7.22 / /
ARG TARGETARCH
ARG DEBCONF_NOWARNINGS="yes"