Add new archs in upgrade server config file

This commit is contained in:
Orsiris de Jong 2023-04-04 18:41:19 +02:00
parent 82f7a962e6
commit 50de547da1

View file

@ -12,7 +12,7 @@ upgrades:
# VERSION is a file containing a single line with the currently built NPBackup version, example: 2.2.0
# /{platform}/{arch}/{binary}
# Current platforms are 'windows', 'linux'
# Current arches are 'x64', 'x86'
# Current arches are 'x64', 'x86', 'arm' and 'arm64'
# In each folder there should be a npbackup or npbackup.exe binary depending on the platform
data_root: /path/to/build_dir
# We'll store a CSV containing backup clients that upgrade here