feat: Add devcontainer (#289)

This commit is contained in:
Kroese 2025-03-19 09:17:10 +01:00 committed by GitHub
parent afba96b912
commit 6c800a97bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "windows", "name": "windows",
"service": "windows", "service": "windows",
"forwardPorts": ["8006"], "forwardPorts": [8006],
"dockerComposeFile": "compose.yml" "dockerComposeFile": "compose.yml"
} }

View file

@ -1,5 +1,5 @@
FROM scratch FROM scratch
COPY --from=qemux/qemu-arm:3.07 / / COPY --from=qemux/qemu-arm:3.08 / /
ARG VERSION_ARG="0.00" ARG VERSION_ARG="0.00"
ARG DEBCONF_NOWARNINGS="yes" ARG DEBCONF_NOWARNINGS="yes"