build: add an arm64 target for the site image (#5229)
parent
6072540c3e
commit
f5e531c8ae
|
@ -18,5 +18,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile.site
|
file: ./Dockerfile.site
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
push: false
|
push: false
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile.site
|
file: ./Dockerfile.site
|
||||||
push: true
|
push: true
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
filebrowser/site:latest
|
filebrowser/site:latest
|
||||||
ghcr.io/filebrowser/site:latest
|
ghcr.io/filebrowser/site:latest
|
||||||
|
|
Loading…
Reference in New Issue