Skip to content

Commit

Permalink
build: add APK feed into the image
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Nov 25, 2024
1 parent 6dc5e24 commit 423b9cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEE1NSmLpdMjXJpDQki9ziqW3Ve0aIX99t
uAc1Yn5TexwhBhHsGxUxICHS63pDXYj9xg1AZHlvbEnFrBNrsdjJQQ==
-----END PUBLIC KEY-----
EOF1
apkdir="embedded-files/etc/apk"
mkdir -p "$apkdir/keys" "$apkdir/repositories.d"
cp -av keys/falter.snapshot.pem "$apkdir/keys/"
echo "$adburl" >"$apkdir/repositories.d/falter.list"
else
if [ -n "$feed" ]; then
echo "src/gz falter $feed" >>repositories.conf
Expand Down

0 comments on commit 423b9cc

Please sign in to comment.