From 8369923e16477f22dfd58039752ce750feb705a2 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 24 Jul 2024 17:44:03 +1000 Subject: [PATCH] bbw-build container not rhel - no timesync needed --- .github/workflows/bbw_build_container.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/bbw_build_container.yml b/.github/workflows/bbw_build_container.yml index 6074bf88..0a9c65f1 100644 --- a/.github/workflows/bbw_build_container.yml +++ b/.github/workflows/bbw_build_container.yml @@ -163,12 +163,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y qemu-user-static - - name: Make sure that time is in sync - run: | - # RHEL subscription needs that time and date - # is correct and is syncing with an NTP-server - # https://access.redhat.com/discussions/672313#comment-2360508 - sudo chronyc -a makestep - name: Build image run: | podman manifest create ${{ env.REPO }}:${{ env.IMG }}