Skip to content

Commit

Permalink
feat(ci): continue mobile release
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius committed Jul 15, 2021
1 parent 4aadea8 commit bd0a6e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:
strategy:
matrix:
goos: [linux, windows, darwin]
goarch: [amd64, arm64]
exclude:
- goarch: "arm"
goos: darwin
goarch: [amd64]

steps:
- name: Check out code into the Go module directory
Expand Down

0 comments on commit bd0a6e1

Please sign in to comment.