summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-26 00:00:20 +0300
committerAndrew Dolgov <[email protected]>2023-03-26 00:00:20 +0300
commit2003de496efd3f48dc8abdbf4527814c772696e8 (patch)
tree0c2c87a61416edd851269560cac70aa87cf3d7bf
parent81f5efcd7c7a23a7db8988e08e3a7d3d101929fa (diff)
qemu again
-rw-r--r--.gitea/workflows/build.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index 03eb040..b59b6f1 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -29,6 +29,11 @@ jobs:
- run: echo REPO_COMMIT_FULL=$(git --git-dir '.git' --no-pager log --pretty='%H' -n1 HEAD) >> $GITHUB_ENV
- run: echo BUILD_TAG=$(date -d @${REPO_TIMESTAMP} +%y.%m)-${REPO_COMMIT} >> $GITHUB_ENV
+ - run: apk add --no-cache docker-cli
+
+ - name: setup qemu
+ uses: https://github.com/docker/setup-qemu-action@v2
+
- name: setup buildx
uses: https://github.com/docker/setup-buildx-action@v2