mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-06 22:27:41 +02:00
Merge pull request #75 from netbootxyz/test-arm7
Bump alpine version, test arm7
This commit is contained in:
commit
188ae4dab4
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
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
build-args: |
|
||||
WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }}
|
||||
VERSION=${{ env.VERSION_TAG }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.20
|
||||
FROM alpine:3.20.3
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
Loading…
Reference in New Issue
Block a user