build: add an arm64 target for the site image (#5229)
parent
6072540c3e
commit
f5e531c8ae
|
@ -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