Execute preflight only for build, install and reinstall (#5528)

This commit is contained in:
Ed Reel
2021-04-03 08:14:31 -05:00
committed by GitHub
parent fbf9eb3449
commit fc76e9bc44
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Defines common constants used in different parts of crew
CREW_VERSION = '1.7.18'
CREW_VERSION = '1.7.19'
ARCH_ACTUAL = `uname -m`.strip
# This helps with virtualized builds on aarch64 machines