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 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=.