From 70e136353c0f5e95a04b616ec7578052760e6282 Mon Sep 17 00:00:00 2001 From: Marri Harish Date: Tue, 29 Mar 2022 17:00:24 +0530 Subject: [PATCH 1/3] Update readme.md --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index e3ce2867..bfeba4c8 100644 --- a/readme.md +++ b/readme.md @@ -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) From 1ce0d431042091bade929c5934f8aec89e254433 Mon Sep 17 00:00:00 2001 From: Marri Harish Date: Tue, 29 Mar 2022 17:05:34 +0530 Subject: [PATCH 2/3] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2622c854..183d62dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - name: Setup go uses: actions/setup-go@v1 with: - go-version: 1.16 + go-version: 1.17 env: GOOS: ${{ matrix.targetos }} GOARCH: ${{ matrix.arch }} From 9b805b477303445acf8b7f1aae768b851dfcd89a Mon Sep 17 00:00:00 2001 From: Marri Harish Date: Tue, 29 Mar 2022 17:14:02 +0530 Subject: [PATCH 3/3] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 183d62dd..537ae8c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ 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