Skip to content

Commit

Permalink
add goarm
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsean08 authored and dlvhdr committed May 5, 2023
1 parent 2f8cf97 commit 58a38ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Expand Up @@ -10,12 +10,14 @@ builds:
- linux
- windows
- darwin
- android
goarch:
- amd64
- arm64
- arm
- "386"
goarm:
- 6
- 7
ldflags:
- -s -w
- -X github.com/dlvhdr/gh-dash/cmd.Version={{.Version}}
Expand Down

5 comments on commit 58a38ca

@trke1234
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@console.log("Hello, World!");

@trke1234
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trke1234
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trke1234
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trke1234
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.