mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-06 22:27:41 +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
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: |
|
||||
WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }}
|
||||
VERSION=${{ env.VERSION_TAG }}
|
||||
|
Loading…
Reference in New Issue
Block a user