Skip to content

Commit

Permalink
bbw-build container not rhel - no timesync needed
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jul 24, 2024
1 parent 3900f5f commit 8369923
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/bbw_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8369923

Please sign in to comment.