-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(packages): add package creation for Alpine 3.19, remove version …
…3.16 Signed-off-by: Davide Madrisan <[email protected]>
- Loading branch information
Showing
4 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
# Multi-platform build system | ||
# Copyright (C) 2016-2023 Davide Madrisan <[email protected]> | ||
# Copyright (C) 2016-2024 Davide Madrisan <[email protected]> | ||
|
||
PROGNAME="${0##*/}" | ||
PROGPATH="${0%/*}" | ||
|
@@ -33,6 +33,7 @@ Where: | |
-u|--uid : user ID of the user 'developer' used for building the software | ||
Supported distributions: | ||
Alpine Linux 17-19 | ||
CentOS 5-8 | ||
CentOS Stream 8, 9 | ||
Debian 9-12 | ||
|