Merge pull request #1276 from zabbix/64_rhel

64 rhel
This commit is contained in:
Alexey Pustovalov 2024-03-05 13:56:33 +09:00 committed by GitHub
commit 9ce96376f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View File

@ -12,7 +12,7 @@ on:
- 'Dockerfiles/*/rhel/*'
- 'build.json'
- '!**/README.md'
- '.github/workflows/images_build_test.yml'
- '.github/workflows/images_build_rhel_multiarch.yml'
# schedule:
# - cron: '50 02 * * *'
workflow_dispatch:
@ -152,15 +152,16 @@ jobs:
result=true
fi
echo "::group::Branch data"
echo "::group::Branch metadata"
echo "is_default_branch - $result"
echo "current_branch - $github_ref"
echo "secret_prefix=RHEL_${github_ref//.}"
echo "sha_short - $sha_short"
echo "::endgroup::"
echo "is_default_branch=$result" >> $GITHUB_OUTPUT
echo "current_branch=$github_ref" >> $GITHUB_OUTPUT
echo "secret_prefix=RHEL_64" >> $GITHUB_OUTPUT
echo "secret_prefix=RHEL_${github_ref//.}" >> $GITHUB_OUTPUT
echo "sha_short=$sha_short" >> $GITHUB_OUTPUT
build_base:

View File

@ -18,8 +18,10 @@
"linux/arm64"
],
"rhel": [
"X64",
"ARM64"
"linux/amd64",
"linux/arm64",
"linux/ppc64le",
"linux/s390x"
],
"ubuntu": [
"linux/amd64",