From 225f01529c17a3f61500cec50f40d8db807cb00d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 25 Mar 2023 23:58:35 +0300 Subject: more platforms: --- .gitea/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 47f6c1c..7408271 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -97,6 +97,7 @@ jobs: uses: https://github.com/docker/build-push-action@v4 with: push: ${{ !!secrets.REGISTRY_GITHUB_PUSH_ENABLED }} + platforms: linux/amd64,linux/arm64 context: .docker/web-nginx tags: | cthulhoo/the-epube-web-nginx:latest @@ -107,6 +108,7 @@ jobs: uses: https://github.com/docker/build-push-action@v4 with: push: ${{ !!secrets.REGISTRY_GITHUB_PUSH_ENABLED }} + platforms: linux/amd64,linux/arm64 context: .docker/dict tags: | cthulhoo/the-epube-dict:latest @@ -117,6 +119,7 @@ jobs: uses: https://github.com/docker/build-push-action@v4 with: push: ${{ !!secrets.REGISTRY_GITHUB_PUSH_ENABLED }} + platforms: linux/amd64,linux/arm64 context: .docker/app build-contexts: app-src=. -- cgit v1.2.3