mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 14:47:24 +02:00
Revert arm change due to potential QEMU issue
https://github.com/netbootxyz/docker-netbootxyz/issues/74
This commit is contained in:
parent
188ae4dab4
commit
9d31824572
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64
|
||||||
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