Skip to content

Commit

Permalink
add linux/arm release target and BuyMeACoffee link to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandosanchezjr committed Apr 18, 2024
1 parent 7f14d59 commit 209db19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ jobs:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, linux/armv6l, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm64]
goarch: ["386", amd64, arm64, arm]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
- goarch: arm
goos: darwin
- goarch: arm
goos: windows
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# tasmotaminder

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/fernandosanchezjr)

Manage Tasmota smart plugs connected to an MQTT broker with a simple yaml configuration.

```yaml
Expand Down

0 comments on commit 209db19

Please sign in to comment.