mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 22:57:29 +02:00
Add arm/v6 image for older RPI
This commit is contained in:
parent
9028ce1c48
commit
dcbf008fe2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
|
||||||
build-args: |
|
build-args: |
|
||||||
WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }}
|
WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }}
|
||||||
VERSION=${{ env.VERSION_TAG }}
|
VERSION=${{ env.VERSION_TAG }}
|
||||||
|
Loading…
Reference in New Issue
Block a user