diff --git a/atmos.yaml b/atmos.yaml new file mode 100644 index 00000000000..7c7a9e86c3f --- /dev/null +++ b/atmos.yaml @@ -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