Skip to content

Commit af8b32d

Browse files
committed
feat: Added workflow for Debian 12
1 parent a5dea5d commit af8b32d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Debian12 Build Job
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build:
7+
name: Build on Debian12
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Set up Git repository
12+
uses: actions/checkout@v4
13+
- name: Build LTFS
14+
id: build
15+
uses: LinearTapeFileSystem/Debian12-Build@v1.0
16+
with:
17+
destination: '/tmp/ltfs'

0 commit comments

Comments
 (0)