Skip to content

Commit

Permalink
Merge pull request #33 from shyim/add-fpm-base-image
Browse files Browse the repository at this point in the history
Add fpm base image
  • Loading branch information
shyim authored Apr 7, 2024
2 parents 328897a + 4da4b14 commit 95ffa5a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions overmind.yaml → hivemind.yaml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
package:
name: overmind
version: 2.5.1
epoch: 1
name: hivemind
version: 1.1.0
epoch: 0
description: "Process manager for Procfile-based applications"
copyright:
- license: MIT
dependencies:
runtime:
- tmux

environment:
contents:
packages:
- busybox
- gobump

pipeline:
- uses: git-checkout
with:
repository: https://github.com/DarthSim/overmind
repository: https://github.com/DarthSim/hivemind
tag: "v${{package.version}}"
expected-commit: a9907243c989baac013c705bcec415f8b82cb8c8
expected-commit: 580abe5b3faf585c450604227e40e960cdbb21bd

- runs: gobump --packages golang.org/x/[email protected]

- uses: go/build
with:
ldflags: -s -w
output: overmind
output: hivemind
packages: .

- uses: strip

update:
enabled: true
github:
identifier: DarthSim/overmind
identifier: DarthSim/hivemind
strip-prefix: v
tag-filter: v

0 comments on commit 95ffa5a

Please sign in to comment.