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

Commit 8be73d8

Browse files
authored
remove armv7 as its no longer functional in docker
1 parent 152410d commit 8be73d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: prepare
2121
run: |
2222
DOCKER_IMAGE=storedev/store-bot
23-
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7,linux/arm64
23+
DOCKER_PLATFORMS=linux/amd64,linux/arm64
2424
VERSION=edge
2525
2626
if [[ $GITHUB_REF == refs/tags/* ]]; then

0 commit comments

Comments
 (0)