Skip to content

Commit

Permalink
Do not fail on AWS servers
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Nov 27, 2023
1 parent 593c041 commit e848a2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/linux_preparation/files/update-recore-revision
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash

if [[ ! `lscpu | grep -q Cortex-A53` ]]; then
exit 0
fi

REVISION=`get-recore-revision`
set-recore-revision $REVISION

0 comments on commit e848a2e

Please sign in to comment.