We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad1df3 commit 02229d6Copy full SHA for 02229d6
.github/workflows/build.yml
@@ -8,3 +8,6 @@ jobs:
8
uses: gardenlinux/package-build/.github/workflows/build.yml@main
9
with:
10
release: ${{ github.ref == 'refs/heads/main' }}
11
+ build_dep: |
12
+ gardenlinux/package-golang 1.23.6-4gl0+bp1592
13
+ gardenlinux/bp-package-golang-net 0.33.0-1gl0+bp1592
prepare_source
@@ -3,4 +3,4 @@ apt_src containerd
3
# patch
4
cp -r patches/remove-limitnofile.patch "$dir/src/debian/patches/"
5
echo remove-limitnofile.patch >> "$dir/src/debian/patches/series"
6
-version_suffix=gl0
+version_suffix=gl1~bp1592
0 commit comments