Skip to content

Commit

Permalink
ci: testing cross-platforn build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBigRoomXXL committed Sep 12, 2023
1 parent 71a88da commit 7597b92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push-main.yml
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: setup-go
uses: actions/setup-go@v4

- name: verify-dependencies
run: go mod verify

- name: build
run: go build
uses: thatisuday/go-cross-build@v1
with:
platforms: "linux/amd64, darwin/amd64, windows/amd64"
name: "tinyfeed"

- name: release
uses: ncipollo/release-action@v1
with:
artifacts: "tinyfeed"
artifacts: "build/*"
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -3,3 +3,5 @@
**tinyfeed** aggregate a collection of feeds into a static HTML page. Currently
RSS, Atom and JSON feeds are all supported thanks to the awesome
[gofeed library](https://github.com/mmcdole/gofeed)


0 comments on commit 7597b92

Please sign in to comment.