-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packaging: AL2023 backport support (#7110)
* packaging: sync from main Signed-off-by: Patrick Stephens <[email protected]> * packaging: actual latest sync Signed-off-by: Patrick Stephens <[email protected]> --------- Signed-off-by: Patrick Stephens <[email protected]>
- Loading branch information
1 parent
61c6bb1
commit bf22d53
Showing
23 changed files
with
720 additions
and
191 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 |
---|---|---|
|
@@ -125,13 +125,15 @@ jobs: | |
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
|
||
- uses: frabert/[email protected] | ||
- name: Replace all special characters with dashes | ||
id: formatted_distro | ||
with: | ||
pattern: '(.*)\/(.*)$' | ||
string: "${{ matrix.distro }}" | ||
replace-with: "$1-$2" | ||
flags: "g" | ||
run: | ||
output=${INPUT//[\/]/-} | ||
echo "$INPUT --> $output" | ||
echo "replaced=$output" >> "$GITHUB_OUTPUT" | ||
shell: bash | ||
env: | ||
INPUT: ${{ matrix.distro }} | ||
|
||
- name: fluent-bit - ${{ matrix.distro }} artifacts | ||
run: | | ||
|
@@ -143,7 +145,7 @@ jobs: | |
CMAKE_INSTALL_PREFIX: /opt/fluent-bit/ | ||
working-directory: packaging | ||
|
||
- name: Upload the ${{ matrix.distro }} artifacts | ||
- name: Upload the ${{ steps.formatted_distro.outputs.replaced }} artifacts | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: packages-${{ inputs.version }}-${{ steps.formatted_distro.outputs.replaced }} | ||
|
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
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
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
Oops, something went wrong.