summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitea/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index b1784a9..03eb040 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -89,6 +89,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
@@ -99,6 +100,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
@@ -109,6 +111,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=.