mirror of
https://github.com/dockur/windows.git
synced 2025-11-01 05:02:58 +00:00
Compare commits
No commits in common. "3c029582d64593851d36470046b2b83b1924d906" and "44dd2b67c8b7ca3af5b18826089dad0c2a5e49c4" have entirely different histories.
3c029582d6
...
44dd2b67c8
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -1,6 +1,12 @@
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**/*.sh'
|
||||
- '**/*.xml'
|
||||
- '.github/workflows/test.yml'
|
||||
- '.github/workflows/check.yml'
|
||||
- 'Dockerfile'
|
||||
|
||||
name: "Test"
|
||||
permissions: {}
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user