Skip to content

Commit

Permalink
Merge pull request #1276 from zabbix/64_rhel
Browse files Browse the repository at this point in the history
64 rhel
  • Loading branch information
dotneft authored Mar 5, 2024
2 parents c87cbcb + 1e1361a commit 9ce9637
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/images_build_rhel_multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"linux/arm64"
],
"rhel": [
"X64",
"ARM64"
"linux/amd64",
"linux/arm64",
"linux/ppc64le",
"linux/s390x"
],
"ubuntu": [
"linux/amd64",
Expand Down

0 comments on commit 9ce9637

Please sign in to comment.