mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-06-30 05:02:59 +00:00
build: add an arm64 target for the site image (#5229)
This commit is contained in:
parent
6072540c3e
commit
f5e531c8ae
1
.github/workflows/site-pr.yml
vendored
1
.github/workflows/site-pr.yml
vendored
@ -18,5 +18,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile.site
|
file: ./Dockerfile.site
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
push: false
|
push: false
|
||||||
|
|
||||||
|
1
.github/workflows/site-publish.yml
vendored
1
.github/workflows/site-publish.yml
vendored
@ -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…
x
Reference in New Issue
Block a user