summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-25 23:58:35 +0300
committerAndrew Dolgov <[email protected]>2023-03-25 23:58:35 +0300
commit225f01529c17a3f61500cec50f40d8db807cb00d (patch)
tree2d5b0fc1a18ef2b15c3a3940a434e278e93d1cec
parent5bf7da5577570bdb01d84043c71a45174c1bd08a (diff)
more platforms:
-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=.