Skip to content

Commit 9d31824

Browse files
committed
Revert arm change due to potential QEMU issue
#74
1 parent 188ae4d commit 9d31824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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,linux/arm/v7
126+
platforms: linux/amd64,linux/arm64
127127
build-args: |
128128
WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }}
129129
VERSION=${{ env.VERSION_TAG }}

0 commit comments

Comments
 (0)