summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-25 23:49:06 +0300
committerAndrew Dolgov <[email protected]>2023-03-25 23:49:06 +0300
commitff7917f80fb7474df29376265119993657061ba6 (patch)
tree7becb89218985f26d4e7486c64d660d9ef292c4c
parent5bf7da5577570bdb01d84043c71a45174c1bd08a (diff)
Revert "ci: qemu"
This reverts commit 5bf7da5577570bdb01d84043c71a45174c1bd08a.
-rw-r--r--.gitea/workflows/build.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index 47f6c1c..b1784a9 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -29,11 +29,6 @@ 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
@@ -51,7 +46,6 @@ jobs:
uses: https://github.com/docker/build-push-action@v4
with:
push: ${{ !!secrets.REGISTRY_PUSH_ENABLED }}
- platforms: linux/amd64,linux/arm64
context: .docker/web-nginx
tags: |
registry-rw.fakecake.org/cthulhoo/the-epube-web-nginx:latest
@@ -62,7 +56,6 @@ jobs:
uses: https://github.com/docker/build-push-action@v4
with:
push: ${{ !!secrets.REGISTRY_PUSH_ENABLED }}
- platforms: linux/amd64,linux/arm64
context: .docker/dict
tags: |
registry-rw.fakecake.org/cthulhoo/the-epube-dict:latest
@@ -73,7 +66,6 @@ jobs:
uses: https://github.com/docker/build-push-action@v4
with:
push: ${{ !!secrets.REGISTRY_PUSH_ENABLED }}
- platforms: linux/amd64,linux/arm64
context: .docker/app
build-contexts:
app-src=.