Build CLI and attach to GitHub release #236
build.yml
on: workflow_dispatch
release
/
major-release-tagger
0s
release
/
release-branch-manager
0s
release
/
release-commenter
2s
Build and push Docker image for Atmos CLI
1m 3s
Bump Homebrew formula
0s
Annotations
6 errors
release / major-release-tagger
Branch "add-docker-image" is not allowed to deploy to release due to environment protection rules.
|
release / release-branch-manager
Branch "add-docker-image" is not allowed to deploy to release due to environment protection rules.
|
release / major-release-tagger
The deployment was rejected or didn't satisfy other protection rules.
|
release / release-branch-manager
The deployment was rejected or didn't satisfy other protection rules.
|
release / release-commenter
Unhandled error: TypeError: Cannot read properties of undefined (reading 'id')
|
Build and push Docker image for Atmos CLI
buildx failed with: ERROR: failed to solve: process "/bin/bash -c case ${TARGETPLATFORM} in \"linux/amd64\") OS=linux; ARCH=amd64 ;; \"linux/arm64\") OS=linux; ARCH=arm64 ;; *) echo \"Unsupported platform: ${TARGETPLATFORM}\" && exit 1 ;; esac && ATMOS_VERSION=${ATMOS_VERSION#v} && curl -1sSLf \"https://github.com/cloudposse/atmos/releases/download/v${ATMOS_VERSION}/atmos_${ATMOS_VERSION}_${OS}_${ARCH}\" -o /usr/local/bin/atmos && chmod +x /usr/local/bin/atmos" did not complete successfully: exit code: 22
|