Skip to content

ci: fix failed to build arm64 for dev container - #2342

Merged
cre8ivejp merged 1 commit into
mainfrom
ci-fix-dev-container-build
Jan 14, 2026
Merged

ci: fix failed to build arm64 for dev container#2342
cre8ivejp merged 1 commit into
mainfrom
ci-fix-dev-container-build

Conversation

@cre8ivejp

@cre8ivejp cre8ivejp commented Jan 13, 2026

Copy link
Copy Markdown
Member

Error log:

Error: buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c ARCH=$(dpkg --print-architecture)     && case $ARCH in         amd64) K8S_ARCH=\"amd64\" ;;         arm64) K8S_ARCH=\"arm64\" ;;         *) echo \"Unsupported architecture: $ARCH\" && exit 1 ;;     esac     && curl -fsSL \"https://dl.k8s.io/release/$(curl -L -s [https://dl.k8s.io/release/stable.txt)/bin/linux/${K8S_ARCH}/kubectl\](https://dl.k8s.io/release/stable.txt)/bin/linux/$%7BK8S_ARCH%7D/kubectl/)" -o /usr/local/bin/kubectl     && chmod +x /usr/local/bin/kubectl     && curl -fsSL \"[https://get.helm.sh/helm-v3.16.4-linux-${K8S_ARCH}.tar.gz\](https://get.helm.sh/helm-v3.16.4-linux-$%7BK8S_ARCH%7D.tar.gz/)" | tar -C /tmp -xzf -     && mv \"/tmp/linux-${K8S_ARCH}/helm\" /usr/local/bin/helm     && rm -rf \"/tmp/linux-${K8S_ARCH}\"     && curl -fsSL \"[https://storage.googleapis.com/minikube/releases/latest/minikube-linux-${K8S_ARCH}\](https://storage.googleapis.com/minikube/releases/latest/minikube-linux-$%7BK8S_ARCH%7D/)" -o /usr/local/bin/minikube     && chmod +x /usr/local/bin/minikube" did not complete successfully: exit code: 3

Reference:
https://github.com/bucketeer-io/bucketeer/actions/runs/20954463539/job/60215553229

Success:
https://github.com/bucketeer-io/bucketeer/actions/runs/20958221304

@cre8ivejp
cre8ivejp force-pushed the ci-fix-dev-container-build branch from 3272094 to 039f93b Compare January 13, 2026 11:46
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
@cre8ivejp
cre8ivejp force-pushed the ci-fix-dev-container-build branch from 039f93b to 5a10767 Compare January 13, 2026 13:19
@cre8ivejp
cre8ivejp marked this pull request as ready for review January 14, 2026 01:41

@Ubisoft-potato Ubisoft-potato left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@cre8ivejp
cre8ivejp merged commit 4eaf817 into main Jan 14, 2026
15 checks passed
@cre8ivejp
cre8ivejp deleted the ci-fix-dev-container-build branch January 14, 2026 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants