Skip to content

Commit

Permalink
Merge pull request #10 from gardenlinux/fix_gl_suffix
Browse files Browse the repository at this point in the history
use gl suffix instead of gardenlinux
  • Loading branch information
nkraetzschmar authored Sep 2, 2024
2 parents 0781ac4 + 8c5f51d commit d4cd3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: set release version suffix
if: inputs.release
run: |
echo 'version_suffix=gardenlinux0' >> prepare_source
echo 'version_suffix=gl0' >> prepare_source
- name: commit
if: inputs.release
run: |
Expand Down
2 changes: 1 addition & 1 deletion bin/source
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ maintainer="Garden Linux Builder"
distribution=gardenlinux
message="Rebuild for Garden Linux."
version=
version_suffix=gardenlinux~dev
version_suffix=gl~dev


dir="$(mktemp -d)"
Expand Down

0 comments on commit d4cd3e8

Please sign in to comment.