Skip to content

Commit

Permalink
Remove condition for APKINDEX processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 18, 2024
1 parent a7d26a5 commit f117d18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate-apk-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
-o endpoint=us-east-2 \
;
# Add the signing public key
wget -q \
https://nwlabs-381491855445-package-builder.s3.amazonaws.com/signing.key.pub \
-O /etc/apk/keys/northwood-labs.pub
echo -n "${RSA_KEY_B64}" | base64 --decode > signing.pem
ALPINE=("3.17" "3.18" "3.19")
Expand Down

0 comments on commit f117d18

Please sign in to comment.