mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 14:23:07 -04:00
Setup qemu
This commit is contained in:
@@ -13,6 +13,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
docker build --no-cache -t ${{ github.sha }} .
|
||||
|
||||
+2
-2
@@ -53,5 +53,5 @@ FROM scratch
|
||||
LABEL maintainer="thespad"
|
||||
|
||||
# Add files from buildstage
|
||||
COPY --from=buildstage-amd64 /root-layer/ /amd64
|
||||
COPY --from=buildstage-aarch64 /root-layer/ /aarch64
|
||||
COPY --from=buildstage-amd64 /root-layer/ /tmp/amd64
|
||||
COPY --from=buildstage-aarch64 /root-layer/ /tmp/aarch64
|
||||
|
||||
Reference in New Issue
Block a user