Skip to content

Commit

Permalink
update: ReadMe & workflow script (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Mar 29, 2022
2 parents f1a6f99 + 9b805b4 commit 31adcc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
strategy:
matrix:
arch: [ amd64, arm64 ]
targetos: [ windows, darwin, linux ]
targetos: [ darwin, linux ]
name: omniflixhub ${{ matrix.arch }} for ${{ matrix.targetos }}
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.17
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
Expand Down
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,24 @@ go mod tidy
make install
```

### OmniFlix Modules
- [oNFT](https://github.com/OmniFlix/onft)
- [Marketplace](https://github.com/OmniFlix/marketplace)

### Documentation

- [flixnet-1 guides](https://github.com/OmniFlix/docs/tree/main/guides/testnets/flixnet-1)
- [flixnet-2 guides](https://github.com/OmniFlix/docs/tree/main/guides/testnets/flixnet-2)
- [flixnet-3 guides](https://github.com/OmniFlix/docs/tree/main/guides/testnets/flixnet-3)
- [flixnet-4 guides](https://github.com/OmniFlix/docs/tree/main/guides/testnets/flixnet-4)
- [Mainnet Guides](https://github.com/OmniFlix/docs/tree/main/guides/mainnet)

### Testnets

- [flixnet-1](https://github.com/OmniFlix/testnets/tree/main/flixnet-1)
- [flixnet-2](https://github.com/OmniFlix/testnets/tree/main/flixnet-2)
- [flixnet-3](https://github.com/OmniFlix/testnets/tree/main/flixnet-3)
- [flixnet-4](https://github.com/OmniFlix/testnets/tree/main/flixnet-4)

## Mainnet
- [omniflixhub-1](https://github.com/OmniFlix/mainnet/tree/main/omniflixhub-1)
Expand Down

0 comments on commit 31adcc5

Please sign in to comment.