build: add an arm64 target for the site image

pull/5229/head
Oleg Lobanov 2025-06-28 19:44:58 +02:00
parent 6072540c3e
commit 2284233ed5
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -18,5 +18,6 @@ jobs:
with:
context: .
file: ./Dockerfile.site
platforms: linux/amd64,linux/arm64
push: false

View File

@ -34,6 +34,7 @@ jobs:
context: .
file: ./Dockerfile.site
push: true
platforms: linux/amd64,linux/arm64
tags: |
filebrowser/site:latest
ghcr.io/filebrowser/site:latest