diff options
Diffstat (limited to '.gitea/workflows')
-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 |