Skip to content

Commit

Permalink
withdraw-packages: enable architecture filtering on index rebuild phase
Browse files Browse the repository at this point in the history
Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
  • Loading branch information
kaniini committed Apr 3, 2023
1 parent 62e72a4 commit bf345f0
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 bf345f0

Please sign in to comment.