Skip to content

Commit

Permalink
download Odroid base images from our server
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
  • Loading branch information
dirkhh committed Jul 6, 2024
1 parent 11d7827 commit 30839f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- name: odroidc4
base_arch: arm64
variant: armbian
url: https://github.com/armbian/community/releases/download/24.5.0-trunk.563/Armbian_community_24.5.0-trunk.563_Odroidc4_bookworm_current_6.6.30_minimal.img.xz
url: https://test.adsb.im/downloads/Armbian_community_24.8.0-trunk.314_Odroidc4_bookworm_current_6.6.36_minimal.img.xz
magic_path: "repository/src/image-armbian/odroidc4.img.xz"
- name: odroidxu4
base_arch: armv7l
variant: armbian
url: https://dl.armbian.com/odroidxu4/archive/Armbian_24.5.1_Odroidxu4_bookworm_current_6.6.31_minimal.img.xz
url: https://test.adsb.im/downloads/Armbian_24.5.3_Odroidxu4_bookworm_current_6.6.36_minimal.img.xz
magic_path: "repository/src/image-armbian/odroidxu4.img.xz"
- name: nanopi-neo3-dietpi
variant: dietpi-fat-2
Expand Down
1 change: 1 addition & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Changes since v2.1.3 include:
- download Odroid base images from our server (this way our builds no longer randomly break)
- make sure adsb-feeder.local continues to work on the network and allow '-' in hostname
- make sure the updated hostname is included in /etc/hosts
- more careful quoting of strings when sanitizing the log before upload
Expand Down

0 comments on commit 30839f4

Please sign in to comment.