aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-07-21 02:27:07 +0800
committerAstound <kirito@disroot.org>2024-07-21 02:27:07 +0800
commitee52b5223028e62e0c6f5007027d45f0ab6eb2ab (patch)
tree81cea1658b5b042766b5cb44a89856caddcd2f4e /.gitea/workflows
parent20cd5d93a73d712391cc2f363c84fdb63a7283bf (diff)
downloadyt-local-docker-ee52b5223028e62e0c6f5007027d45f0ab6eb2ab.tar.lz
yt-local-docker-ee52b5223028e62e0c6f5007027d45f0ab6eb2ab.tar.xz
yt-local-docker-ee52b5223028e62e0c6f5007027d45f0ab6eb2ab.zip
workflows: update architectures support
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/release.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml
index 5690b7a..420e3fb 100644
--- a/.gitea/workflows/release.yaml
+++ b/.gitea/workflows/release.yaml
@@ -42,6 +42,8 @@ jobs:
file: core/Dockerfile
platforms: |
linux/amd64
+ linux/arm/v7
+ linux/arm64
linux/386
push: false
no-cache: true
@@ -80,6 +82,8 @@ jobs:
file: core/Dockerfile
platforms: |
linux/amd64
+ linux/arm/v7
+ linux/arm64
linux/386
push: true
no-cache: false