Skip to content

Commit

Permalink
build: Drop arm/v5 Docker image since no upstream Golang build image …
Browse files Browse the repository at this point in the history
…exists

Signed-off-by: Felicitas Pojtinger <[email protected]>
  • Loading branch information
pojntfx committed Jul 11, 2024
1 parent f83629a commit b894363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- id: weron-linux-amd64
src: .
image: ghcr.io/pojntfx/weron
arch: "linux/amd64,linux/arm/v5,linux/arm/v7,linux/386,linux/s390x" # linux/mips64le,linux/ppc64le
arch: "linux/amd64,linux/arm/v7,linux/386,linux/s390x" # linux/mips64le,linux/ppc64le,linux/arm/v5
runner: ubuntu-latest
- id: weron-linux-arm64-v8
src: .
Expand Down

0 comments on commit b894363

Please sign in to comment.