Skip to content

Commit

Permalink
build using GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraetzschmar committed Feb 1, 2024
0 parents commit c4b21a2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
build:
uses: gardenlinux/package-build/.github/workflows/build.yml@main
with:
release: ${{ github.ref == 'refs/heads/main' }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.build
3 changes: 3 additions & 0 deletions prepare_source
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apt_src openssl
rm "$dir/src/debian/patches/Always-call-OPENSSL_cleanup-prior-to-exit.patch"
sed -i '/Always-call-OPENSSL_cleanup-prior-to-exit.patch/d' "$dir/src/debian/patches/series"

0 comments on commit c4b21a2

Please sign in to comment.