Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit d861dc6

Browse files
committed
Fix: Bun alpine image does not support arm/v7
1 parent 58b0bd5 commit d861dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
context: .
6767
file: docker/Dockerfile
6868
push: true
69-
platforms: linux/amd64,linux/arm64,linux/arm/v7
69+
platforms: linux/amd64,linux/arm64
7070
tags: ghcr.io/its4nik/dockstatapi:${{ env.IMAGE_TAG }}

0 commit comments

Comments
 (0)