This commit is contained in:
Charles Ulrich 2024-04-11 10:23:15 -04:00 committed by GitHub
commit 969fc4e441
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -36,6 +36,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

View file

@ -66,7 +66,10 @@ Make sure you have **already installed docker**, [Install reference](https://doc
> **Notice:** Your need an absolute path, and it will be served by tinyfilemanager.
>
> If you want to serve this project at **raspberry pi or another special platform**, you can download project and **build image by yourself**.
> If you want to run this image on any other architecture than one of the following, you can clone this repository and build the image yourself:
* `linux/amd64`
* `linux/arm64`
* `linux/arm/v7`
You can execute this following commands: