Skip to content

Commit

Permalink
python: nas_sync: Monthly version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Mar 5, 2024
1 parent e276c0c commit 61bba7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/scripts/nas_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def download_items(targets, network_folder):

elif target == 'debian':
debian_arches = ['amd64', 'arm64', 'armhf', 'i386']
debian_ver = '12.4.0'
debian_ver = '12.5.0'

for arch in debian_arches:
arch_debian_folder = Path(firmware_folder, target.capitalize(), debian_ver, arch)
Expand Down Expand Up @@ -201,7 +201,7 @@ def download_items(targets, network_folder):

elif target == 'rpios':
rpi_arches = ['armhf', 'arm64']
rpi_date = '2023-12-06/2023-12-05'
rpi_date = '2023-12-11/2023-12-11'
deb_ver = 'bookworm'

for rpi_arch in rpi_arches:
Expand Down

0 comments on commit 61bba7a

Please sign in to comment.