Skip to content

Commit

Permalink
Merge pull request #14055 from ajayk/dagger
Browse files Browse the repository at this point in the history
dagger: new package
  • Loading branch information
ajayk authored Mar 4, 2024
2 parents a19c7f8 + 65db4e7 commit cbcece2
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions dagger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
package:
name: dagger
version: 0.10.0
epoch: 0
description: Application Delivery as Code that Runs Anywhere
copyright:
- license: Apache-2.0

environment:
environment:
CGO_ENABLED: 0

pipeline:
- uses: git-checkout
with:
repository: https://github.com/dagger/dagger
tag: v${{package.version}}
expected-commit: 39f56586c9e005f6d45eb9a3c669d3a3b048fe9a

- uses: go/build
with:
ldflags: -s -w -X github.com/dagger/dagger/engine.Version=v${{package.version}}
output: dagger
packages: ./cmd/dagger

- uses: strip

update:
enabled: true
ignore-regex-patterns:
- 'sdk'
- 'helm'
github:
identifier: dagger/dagger
strip-prefix: v
use-tag: true

test:
pipeline:
- runs: |
dagger version

0 comments on commit cbcece2

Please sign in to comment.