-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refresh dockerfiles * update prepare-binary to publish custom client versions * fix upload/download for artifacts * build all the versions (not only x86_64) * fetch all the history to search for a specific commit * build either a branch or a tag * rename default binary (x86-64) to moonbeam * use ubuntu+debian with same glibc version * use job branch for loading resources * use debian:stable as image for building cfg moonbeam-networks * use debian:stable as image * creating the issue doesn't need bare-metal * add permissions for build workflow * use .nvmrc to set the node version * add docker and scripts to codeowners * update workflow permissions * use ubuntu-latest for building binaries * use ubuntu-latest to build release runtimes * Testing faster machines * using custom moonbeam GHA runner * less expensive server for release * Removes extra docker uid mapping from opslayer * removes support for custom private repositories * Try a better foreign initcode creation * better check for initcode * Remove cleanup used for permanent servers * fixes permissions * testing other instance * fix typo * Restore cheaper instances * Updates node to v22 * fix yaml * fixing permissions * chore: 🔧 Update rustc 1.78 for check licenses * Push client release on github hosted runners * fixes permissions --------- Co-authored-by: noandrea <[email protected]> Co-authored-by: crystalin <[email protected]> Co-authored-by: timbrinded <[email protected]> Co-authored-by: Alan Sapede <[email protected]>
- Loading branch information
1 parent
c8cc4ed
commit 124d0a2
Showing
27 changed files
with
211 additions
and
110 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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# Changes to .github must be approved by the following groups | ||
|
||
/.github/ @moonbeam-foundation/moonsong-perm @moonbeam-foundation/opslayer-devops | ||
/tools/github/ @moonbeam-foundation/moonsong-perm @moonbeam-foundation/opslayer-devops | ||
|
||
/docker/ @moonbeam-foundation/moonsong-perm @moonbeam-foundation/opslayer-devops | ||
/scripts/ @moonbeam-foundation/moonsong-perm @moonbeam-foundation/opslayer-devops |
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 |
---|---|---|
|
@@ -5,10 +5,13 @@ jobs: | |
name: "Cancel Previous Build" | ||
if: github.ref != 'refs/heads/master' | ||
runs-on: ubuntu-latest | ||
permissions: | ||
actions: write | ||
contents: read | ||
timeout-minutes: 3 | ||
steps: | ||
- uses: styfle/[email protected] | ||
with: | ||
workflow_id: ".github/workflows/build.yml,.github/workflows/coverage.yml" | ||
all_but_latest: true | ||
access_token: ${{ github.token }} | ||
access_token: ${{ secrets.GITHUB_TOKEN }} |
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 |
---|---|---|
|
@@ -6,6 +6,8 @@ on: | |
jobs: | ||
enforce-noteworthiness-label: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: read | ||
steps: | ||
- uses: yogevbd/[email protected] | ||
with: | ||
|
@@ -21,6 +23,8 @@ jobs: | |
BANNED_LABELS: "" | ||
enforce-auditability-label: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: read | ||
steps: | ||
- uses: yogevbd/[email protected] | ||
with: | ||
|
Oops, something went wrong.