mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -04:00
Setup qemu
This commit is contained in:
@@ -13,6 +13,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
docker build --no-cache -t ${{ github.sha }} .
|
docker build --no-cache -t ${{ github.sha }} .
|
||||||
|
|||||||
+2
-2
@@ -53,5 +53,5 @@ FROM scratch
|
|||||||
LABEL maintainer="thespad"
|
LABEL maintainer="thespad"
|
||||||
|
|
||||||
# Add files from buildstage
|
# Add files from buildstage
|
||||||
COPY --from=buildstage-amd64 /root-layer/ /amd64
|
COPY --from=buildstage-amd64 /root-layer/ /tmp/amd64
|
||||||
COPY --from=buildstage-aarch64 /root-layer/ /aarch64
|
COPY --from=buildstage-aarch64 /root-layer/ /tmp/aarch64
|
||||||
|
|||||||
Reference in New Issue
Block a user