build,json: fixup missing arch_packages
authorPaul Spooren <mail@aparcar.org>
Wed, 24 Mar 2021 21:01:46 +0000 (11:01 -1000)
committerPaul Spooren <mail@aparcar.org>
Wed, 24 Mar 2021 23:41:34 +0000 (13:41 -1000)
commit1bf2b3fe90347641c87ca754913a4857a387478c
tree171fc36cab5b980307a46f9df2e138374668536b
parentb6c366efa89dcaa96072b0a12a451f873aa90077
build,json: fixup missing arch_packages

Fix 7f4c2b1 "build,json: fix duplicates in default_packages" which
removed duplicate default packages but also removed the package
architecture from the profiles.json.

If DUMP=1 is set, the `ARCH_PACKAGES` is no longer exported and
therefore empty. Fix this by running make twice, once with DUMP=1 and
once without.

Signed-off-by: Paul Spooren <mail@aparcar.org>
scripts/json_overview_image_info.py