Skip to content

Commit 188ae4d

Browse files
authored
Merge pull request #75 from netbootxyz/test-arm7
Bump alpine version, test arm7
2 parents 040c56f + 6e228de commit 188ae4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
push: true
124124
context: .
125125
file: ./Dockerfile
126-
platforms: linux/amd64,linux/arm64
126+
platforms: linux/amd64,linux/arm64,linux/arm/v7
127127
build-args: |
128128
WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }}
129129
VERSION=${{ env.VERSION_TAG }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20
1+
FROM alpine:3.20.3
22

33
# set version label
44
ARG BUILD_DATE

0 commit comments

Comments
 (0)