From 76feae31821d68726154719abfa65b8bfb2badbe Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 7 Apr 2023 13:41:08 +0900 Subject: [PATCH] Added ARM build --- .github/workflows/images_build_rhel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 4649d18a4..a633991ff 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -438,7 +438,7 @@ jobs: org.opencontainers.image.created=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }} containerfiles: | ./Dockerfiles/${{ matrix.build }}/rhel/Dockerfile - build-args: BUILD_BASE_IMAGE=zabbix-${{ steps.build_base_image_arm.outputs.build_base }}:sha-${{ needs.init_build.outputs.sha_short }} + build-args: BUILD_BASE_IMAGE=zabbix-${{ steps.build_base_image.outputs.build_base }}:sha-${{ needs.init_build.outputs.sha_short }} - name: Push to RedHat certification procedure id: push_to_registry