Skip to content

Commit

Permalink
Remove incorrect armv6l architecture from release workflow and README…
Browse files Browse the repository at this point in the history
….md tweaks
  • Loading branch information
fernandosanchezjr committed Apr 18, 2024
1 parent 285a12d commit 7f14d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ 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, armv6l]
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
- goarch: armv6l
goos: darwin
- goarch: armv6l
goos: windows
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Here is an example config file stored in `/etc/tasmotaminder/rules.yaml`:
# device consumes 8 Watts or less
power: 8
# power comparison options: lessThan (<), greaterThan (>=), equalTo (==)
# defaults to greaterThan.
# defaults to greaterThan
powerComparison: lessThan
action: off
Expand Down

0 comments on commit 7f14d59

Please sign in to comment.