Skip to content

Commit

Permalink
remove linux/arm/v5 since it's not compatible with golang
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-dkrz committed Oct 23, 2024
1 parent 971b864 commit b934fc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,10 @@ jobs:
include:
- arch: linux/amd64
target: linux-x64
- arch: linux/arm64/v8
- arch: linux/arm64
target: linux-arm64
- arch: linux/arm/v7
target: linux-armv7
- arch: linux/arm/v5
target: linux-armv5
- arch: linux/386
target: linux-i386
- arch: linux/ppc64le
Expand Down

0 comments on commit b934fc5

Please sign in to comment.