summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-26 00:07:04 +0300
committerAndrew Dolgov <[email protected]>2023-03-26 00:07:04 +0300
commitc72bff527dabae3a1e1946893b6629b081c151cf (patch)
treedb63a30a4cd4306c4c4e15ef2155d1ce5af26773
parent2003de496efd3f48dc8abdbf4527814c772696e8 (diff)
add armv7
-rw-r--r--.gitea/workflows/build.yml9
1 files changed, 6 insertions, 3 deletions
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=.