mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
build: add an arm64 target for the site image (#5229)
This commit is contained in:
parent
6072540c3e
commit
f5e531c8ae
2 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue