Skip to content

Commit

Permalink
adjust darwin target platforms
Browse files Browse the repository at this point in the history
arm64 just works, 386 support was dropped with go 1.15: https://go.dev/doc/go1.15#darwin
  • Loading branch information
jemand771 committed Jun 24, 2023
1 parent 4b45053 commit 54c051b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,10 @@ jobs:
platform: [ linux ]
arch: [ 386, amd64, arm-7, arm-6, arm64 ]
include:
# TODO darwin/386 is broken, ignore for now
# - platform: darwin
# arch: 386
- platform: darwin
arch: amd64
- platform: darwin
arch: arm64
- platform: windows
arch: amd64
- platform: windows
Expand Down

0 comments on commit 54c051b

Please sign in to comment.