Skip to content

Commit

Permalink
release 3.1.2-8
Browse files Browse the repository at this point in the history
  • Loading branch information
gehoern committed Jan 15, 2025
0 parents commit b42a97d
Show file tree
Hide file tree
Showing 3 changed files with 16 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
5 changes: 5 additions & 0 deletions prepare_source
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pkg=ruby3.1
version_orig=3.1.2
version="$version_orig-8.3"
git_src -b "debian/$version" "https://salsa.debian.org/ruby-team/ruby.git"

0 comments on commit b42a97d

Please sign in to comment.