This repository was archived by the owner on Jul 23, 2026. It is now read-only.
ci: migrate build/release to GitHub-hosted runner (amd64) - #14
Merged
Conversation
Single-arch amd64 is kept on purpose: Dockerfile.debank hardcodes an amd64 avaxctl download (no arm64 binary on S3), so arm64 is not added. - runner: self-hosted amd64 -> ubuntu-latest - add free-disk-space + docker/setup-buildx-action@v3 - tibdex/github-app-token@v1 -> actions/create-github-app-token@v1 with owner (token resolves cross-repo private deps) - Dockerfile git insteadOf token rewrite made conditional (anonymous fallback) - drop notiv3 Lark step - AVALANCHE_VERSION build-arg, push model, triggers unchanged
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate avalanche-writer CI off self-hosted runners onto GitHub-hosted runners.
Single-arch amd64 kept on purpose —
Dockerfile.debankhardcodes an amd64avaxctldownload (no arm64 build on S3), so arm64 is not added (would ship a wrong-arch binary).Changes
self-hostedamd64 ->ubuntu-latestfree-disk-space+docker/setup-buildx-action@v3tibdex/github-app-token@v1->actions/create-github-app-token@v1withowner(cross-repo private deps); Dockerfile token usage made conditionalnotiv3.AVALANCHE_VERSIONbuild-arg + publish model unchanged.Validation