mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 06:37:43 +02:00
Remove armv6 build
As build is hanging, remove it.
This commit is contained in:
parent
ce93d0ab1f
commit
56fcca6fd8
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/v6,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
build-args: |
|
||||
WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }}
|
||||
VERSION=${{ env.VERSION_TAG }}
|
||||
|
Loading…
Reference in New Issue
Block a user