Skip to content

Commit

Permalink
symlink key
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Nov 29, 2023
1 parent e480d47 commit 78ff36a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-push-kotsadm-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ runs:
# Symlink the gcsfuse mount to ./packages/$arch/*.apk
mkdir -p ./packages/x86_64
ln -s /tmp/gcsfuse/apk-repo/x86_64/*.apk ./packages/x86_64/
ln -s /tmp/gcsfuse/apk-repo/chainguard-enterprise.rsa.pub ./packages/
# Make a copy of the APKINDEX.* since we'll need to write to it on package builds
cp /tmp/gcsfuse/apk-repo/x86_64/APKINDEX.* ./packages/x86_64/
Expand Down

0 comments on commit 78ff36a

Please sign in to comment.