summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-25 23:58:42 +0300
committerAndrew Dolgov <[email protected]>2023-03-25 23:58:42 +0300
commit81f5efcd7c7a23a7db8988e08e3a7d3d101929fa (patch)
tree266162940a1fb704345f1f8235f7b52e29a7e64f
parentff7917f80fb7474df29376265119993657061ba6 (diff)
parent225f01529c17a3f61500cec50f40d8db807cb00d (diff)
Merge branch 'multiarch-test'
-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=.