Skip to content

Commit

Permalink
initial official cast support
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Aug 24, 2022
1 parent 96b4838 commit bc97d06
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .cast.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
release:
github:
owner: teamdfir
repo: sift-saltstack
manifest:
version: 2
name: sift
base_dir: sift
modes:
- name: server
state: sift.server
default: true
supported_os:
- id: ubuntu
release: 20.04
- id: ubuntu
release: 22.04
25 changes: 25 additions & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: goreleaser

on:
push:
tags:
- "*"

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.key
4 changes: 4 additions & 0 deletions cosign.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7O5roaWor29sxx9Xn61+yg0C+/7u
qn3t7PG+2q6cnDt/p6ix3HKGqV+PkKXaSfjVkWIfhnGFgrlmNueUOo7kdA==
-----END PUBLIC KEY-----

0 comments on commit bc97d06

Please sign in to comment.