This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
97 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
env: | ||
CGO_ENABLED: 0 | ||
run: | | ||
curl 'https://get.ignite.com/[email protected].1'! | bash | ||
curl 'https://get.ignite.com/[email protected].2'! | bash | ||
ignite chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t darwin:amd64 -t darwin:arm64 | ||
- name: Delete the "latest" Release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ WORKDIR /build/ | |
COPY ./ /build/ | ||
RUN apt update \ | ||
&& apt install -y curl | ||
RUN curl 'https://get.ignite.com/[email protected].1'! | bash | ||
RUN curl 'https://get.ignite.com/[email protected].2'! | bash | ||
RUN ignite chain build \ | ||
--release.targets linux:amd64 \ | ||
--output ./release \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ WORKDIR /build/ | |
COPY ./ /build/ | ||
RUN apt update \ | ||
&& apt install -y curl | ||
RUN curl 'https://get.ignite.com/[email protected].1'! | bash | ||
RUN curl 'https://get.ignite.com/[email protected].2'! | bash | ||
RUN ignite chain build \ | ||
--release.targets linux:amd64 \ | ||
--release.targets linux:arm64 \ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/mycel-domain/mycel | ||
|
||
go 1.19 | ||
go 1.21 | ||
|
||
require ( | ||
cosmossdk.io/api v0.3.1 | ||
|