Skip to content

Commit b894363

Browse files
committed
build: Drop arm/v5 Docker image since no upstream Golang build image exists
Signed-off-by: Felicitas Pojtinger <[email protected]>
1 parent f83629a commit b894363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- id: weron-linux-amd64
2020
src: .
2121
image: ghcr.io/pojntfx/weron
22-
arch: "linux/amd64,linux/arm/v5,linux/arm/v7,linux/386,linux/s390x" # linux/mips64le,linux/ppc64le
22+
arch: "linux/amd64,linux/arm/v7,linux/386,linux/s390x" # linux/mips64le,linux/ppc64le,linux/arm/v5
2323
runner: ubuntu-latest
2424
- id: weron-linux-arm64-v8
2525
src: .

0 commit comments

Comments
 (0)