-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Artur Troian <[email protected]>
- Loading branch information
Showing
355 changed files
with
2,519 additions
and
2,466 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
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
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,3 +1,4 @@ | ||
project_name: node | ||
env: | ||
- GO111MODULE=on | ||
- CGO_ENABLED=1 | ||
|
@@ -101,16 +102,16 @@ universal_binaries: | |
- akash-darwin-amd64 | ||
- akash-darwin-arm64 | ||
replace: true | ||
name_template: "{{.ProjectName}}" | ||
name_template: "akash" | ||
archives: | ||
- id: w/version | ||
builds: | ||
- akash-darwin-universal | ||
- akash-linux-amd64 | ||
- akash-linux-arm64 | ||
- akash-windows-amd64 | ||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" | ||
wrap_in_directory: true | ||
name_template: "akash_{{ .Version }}_{{ .Os }}_{{ .Arch }}" | ||
wrap_in_directory: false | ||
format: zip | ||
files: | ||
- none* | ||
|
@@ -120,12 +121,17 @@ archives: | |
- akash-linux-amd64 | ||
- akash-linux-arm64 | ||
- akash-windows-amd64 | ||
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" | ||
wrap_in_directory: true | ||
name_template: "akash_{{ .Os }}_{{ .Arch }}" | ||
wrap_in_directory: false | ||
format: zip | ||
files: | ||
- none* | ||
|
||
checksum: | ||
# You can change the name of the checksums file. | ||
# Default is `{{ .ProjectName }}_{{ .Version }}_checksums.txt`. | ||
name_template: "akash_{{ .Version }}_checksums.txt" | ||
|
||
dockers: | ||
- dockerfile: _build/Dockerfile.akash | ||
use: buildx | ||
|
@@ -141,9 +147,9 @@ dockers: | |
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }} | ||
- --label=org.opencontainers.image.revision={{ .FullCommit }} | ||
image_templates: | ||
- 'ghcr.io/ovrclk/{{ .ProjectName }}:{{ .ShortCommit }}-amd64' | ||
- 'ghcr.io/ovrclk/{{ .ProjectName }}:{{ .Version }}-amd64' | ||
- 'ghcr.io/ovrclk/{{ .ProjectName }}:{{if eq .Env.STABLE "true"}}stable{{else}}latest{{end}}-amd64' | ||
- 'ghcr.io/akash-network/{{ .ProjectName }}:{{ .ShortCommit }}-amd64' | ||
- 'ghcr.io/akash-network/{{ .ProjectName }}:{{ .Version }}-amd64' | ||
- 'ghcr.io/akash-network/{{ .ProjectName }}:{{if eq .Env.STABLE "true"}}stable{{else}}latest{{end}}-amd64' | ||
- dockerfile: _build/Dockerfile.akash | ||
use: buildx | ||
goarch: arm64 | ||
|
@@ -158,28 +164,29 @@ dockers: | |
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }} | ||
- --label=org.opencontainers.image.revision={{ .FullCommit }} | ||
image_templates: | ||
- 'ghcr.io/ovrclk/{{ .ProjectName }}:{{ .ShortCommit }}-arm64' | ||
- 'ghcr.io/ovrclk/{{ .ProjectName }}:{{ .Version }}-arm64' | ||
- 'ghcr.io/ovrclk/{{ .ProjectName }}:{{if eq .Env.STABLE "true"}}stable{{else}}latest{{end}}-arm64' | ||
- 'ghcr.io/akash-network/{{ .ProjectName }}:{{ .ShortCommit }}-arm64' | ||
- 'ghcr.io/akash-network/{{ .ProjectName }}:{{ .Version }}-arm64' | ||
- 'ghcr.io/akash-network/{{ .ProjectName }}:{{if eq .Env.STABLE "true"}}stable{{else}}latest{{end}}-arm64' | ||
docker_manifests: | ||
- name_template: ghcr.io/ovrclk/{{ .ProjectName }}:{{ .ShortCommit }} | ||
- name_template: ghcr.io/akash-network/{{ .ProjectName }}:{{ .ShortCommit }} | ||
image_templates: | ||
- ghcr.io/ovrclk/{{ .ProjectName }}:{{ .ShortCommit }}-amd64 | ||
- ghcr.io/ovrclk/{{ .ProjectName }}:{{ .ShortCommit }}-arm64 | ||
- name_template: ghcr.io/ovrclk/{{ .ProjectName }}:{{ .Version }} | ||
- ghcr.io/akash-network/{{ .ProjectName }}:{{ .ShortCommit }}-amd64 | ||
- ghcr.io/akash-network/{{ .ProjectName }}:{{ .ShortCommit }}-arm64 | ||
- name_template: ghcr.io/akash-network/{{ .ProjectName }}:{{ .Version }} | ||
image_templates: | ||
- ghcr.io/ovrclk/{{ .ProjectName }}:{{ .Version }}-amd64 | ||
- ghcr.io/ovrclk/{{ .ProjectName }}:{{ .Version }}-arm64 | ||
- name_template: ghcr.io/ovrclk/{{ .ProjectName }}:latest | ||
- ghcr.io/akash-network/{{ .ProjectName }}:{{ .Version }}-amd64 | ||
- ghcr.io/akash-network/{{ .ProjectName }}:{{ .Version }}-arm64 | ||
- name_template: ghcr.io/akash-network/{{ .ProjectName }}:latest | ||
image_templates: | ||
- ghcr.io/ovrclk/{{ .ProjectName }}:latest-amd64 | ||
- ghcr.io/ovrclk/{{ .ProjectName }}:latest-arm64 | ||
- ghcr.io/akash-network/{{ .ProjectName }}:latest-amd64 | ||
- ghcr.io/akash-network/{{ .ProjectName }}:latest-arm64 | ||
|
||
nfpms: | ||
- id: w/version | ||
vendor: "Overclock Labs Inc." | ||
homepage: "http://ovrclk.com" | ||
maintainer: "Akash Network <[email protected]>" | ||
file_name_template: "akash_{{ .Version }}_{{ .Os }}_{{ .Arch }}" | ||
formats: | ||
- deb | ||
- rpm | ||
|
@@ -188,16 +195,16 @@ nfpms: | |
vendor: "Overclock Labs Inc." | ||
homepage: "https://ovrclk.com" | ||
maintainer: "Overclock Labs Inc. <[email protected]>" | ||
file_name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" | ||
file_name_template: "akash_{{ .Os }}_{{ .Arch }}" | ||
formats: | ||
- deb | ||
- rpm | ||
license: Apache 2.0 | ||
|
||
release: | ||
github: | ||
owner: ovrclk | ||
name: akash | ||
owner: akash-network | ||
name: node | ||
prerelease: auto | ||
mode: replace | ||
draft: false |
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
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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Merging into `mainnet/main` | ||
|
||
As new mainnet need to be released, quite often `mainnet/main` branch is far behind the `master`. | ||
This is so far cleanest solution we have found to perform merge without conflicts as well as keeping history | ||
|
||
```shell | ||
git checkout master | ||
git merge -s ours mainnet/main | ||
git checkout mainnet/main | ||
git merge master | ||
git push origin mainnet/main | ||
``` |
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
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
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
Oops, something went wrong.