build: add an arm64 target for the site image
parent
6072540c3e
commit
2284233ed5
|
@ -18,5 +18,6 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./Dockerfile.site
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: false
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue