diff options
author | Astound <kirito@disroot.org> | 2024-07-21 02:27:07 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-07-21 02:27:07 +0800 |
commit | ee52b5223028e62e0c6f5007027d45f0ab6eb2ab (patch) | |
tree | 81cea1658b5b042766b5cb44a89856caddcd2f4e | |
parent | 20cd5d93a73d712391cc2f363c84fdb63a7283bf (diff) | |
download | yt-local-docker-ee52b5223028e62e0c6f5007027d45f0ab6eb2ab.tar.lz yt-local-docker-ee52b5223028e62e0c6f5007027d45f0ab6eb2ab.tar.xz yt-local-docker-ee52b5223028e62e0c6f5007027d45f0ab6eb2ab.zip |
workflows: update architectures support
-rw-r--r-- | .gitea/workflows/release.yaml | 4 |
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 |