Skip to content

Commit 0306f9d

Browse files
committed
chore: Add standard daemonless directories and GHA workflow
1 parent 95291fa commit 0306f9d

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.daemonless/config.yaml

Whitespace-only changes.

.github/workflows/build.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Build FreeBSD Container
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths-ignore: ['*.md', 'LICENSE', '.gitignore']
7+
pull_request:
8+
branches: [main]
9+
workflow_dispatch:
10+
11+
jobs:
12+
build:
13+
uses: daemonless/daemonless/.github/workflows/build-app.yaml@main
14+
with:
15+
image_name: cloudflared
16+
secrets: inherit

0 commit comments

Comments
 (0)