From c72bff527dabae3a1e1946893b6629b081c151cf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Mar 2023 00:07:04 +0300 Subject: add armv7 --- .gitea/workflows/build.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.gitea/workflows/build.yml') diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b59b6f1..1a29a5b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -51,6 +51,7 @@ jobs: uses: https://github.com/docker/build-push-action@v4 with: push: ${{ !!secrets.REGISTRY_PUSH_ENABLED }} + platforms: linux/amd64 context: .docker/web-nginx tags: | registry-rw.fakecake.org/cthulhoo/the-epube-web-nginx:latest @@ -61,6 +62,7 @@ jobs: uses: https://github.com/docker/build-push-action@v4 with: push: ${{ !!secrets.REGISTRY_PUSH_ENABLED }} + platforms: linux/amd64 context: .docker/dict tags: | registry-rw.fakecake.org/cthulhoo/the-epube-dict:latest @@ -71,6 +73,7 @@ jobs: uses: https://github.com/docker/build-push-action@v4 with: push: ${{ !!secrets.REGISTRY_PUSH_ENABLED }} + platforms: linux/amd64 context: .docker/app build-contexts: app-src=. @@ -94,7 +97,7 @@ jobs: uses: https://github.com/docker/build-push-action@v4 with: push: ${{ !!secrets.REGISTRY_GITHUB_PUSH_ENABLED }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 context: .docker/web-nginx tags: | cthulhoo/the-epube-web-nginx:latest @@ -105,7 +108,7 @@ jobs: uses: https://github.com/docker/build-push-action@v4 with: push: ${{ !!secrets.REGISTRY_GITHUB_PUSH_ENABLED }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 context: .docker/dict tags: | cthulhoo/the-epube-dict:latest @@ -116,7 +119,7 @@ jobs: uses: https://github.com/docker/build-push-action@v4 with: push: ${{ !!secrets.REGISTRY_GITHUB_PUSH_ENABLED }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 context: .docker/app build-contexts: app-src=. -- cgit v1.2.3