Skip to content

Build CLI and attach to GitHub release #236

Build CLI and attach to GitHub release

Build CLI and attach to GitHub release #236

Manually triggered June 25, 2024 22:09
Status Failure
Total duration 1m 13s
Artifacts

build.yml

on: workflow_dispatch
release  /  major-release-tagger
0s
release / major-release-tagger
release  /  release-branch-manager
0s
release / release-branch-manager
release  /  release-commenter
2s
release / release-commenter
Build and push Docker image for Atmos CLI
1m 3s
Build and push Docker image for Atmos CLI
Bump Homebrew formula
0s
Bump Homebrew formula
Fit to window
Zoom out
Zoom in

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