Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions atmos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
package:
name: atmos
version: "1.227.0"
epoch: 0
description: Terraform Orchestration Tool for DevOps
copyright:
- license: Apache-2.0
resources:
cpu: "2"
memory: 4Gi

environment:
contents:
packages:
- go-1.27
environment:
CGO_ENABLED: "0"

pipeline:
- uses: git-checkout
with:
repository: https://github.com/cloudposse/atmos
tag: v${{package.version}}
expected-commit: 6eaa94424bfdbf36b8de96519ace06960107be82

- uses: go/build
with:
go-package: go-1.27
ldflags: -X github.com/cloudposse/atmos/pkg/version.Version=${{package.version}} -X github.com/cloudposse/atmos/pkg/version.Commit=$(git rev-parse HEAD)
output: atmos
packages: .

update:
enabled: true
github:
identifier: cloudposse/atmos
strip-prefix: v

test:
pipeline:
- uses: test/tw/ldd-check
- uses: test/tw/ver-check
with:
bins: atmos
- uses: test/tw/help-check
with:
bins: atmos