Skip to content

Commit

Permalink
Merge pull request #965 from wolfi-dev/fix/withdraw-packages-arch-filter
Browse files Browse the repository at this point in the history
withdraw-packages: enable architecture filtering on index rebuild phase
  • Loading branch information
kaniini authored Apr 3, 2023
2 parents 62e72a4 + bf345f0 commit f35b788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/withdraw-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
for arch in x86_64 aarch64; do
pushd "${{ github.workspace }}/packages/"$arch
melange index -o APKINDEX.tar.gz *.apk
melange index -o APKINDEX.tar.gz -a $arch *.apk
melange sign-index --signing-key="${{ github.workspace }}/wolfi-signing.rsa" APKINDEX.tar.gz
gsutil -h "Cache-Control:no-store" cp "${{ github.workspace }}/packages/${arch}/APKINDEX.tar.gz" gs://wolfi-production-registry-destination/os/${arch}/APKINDEX.tar.gz
popd
Expand Down

0 comments on commit f35b788

Please sign in to comment.