Skip to content

Commit

Permalink
WIP: Push multi-arch package
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cope <[email protected]>
  • Loading branch information
negz committed Oct 22, 2023
1 parent a6b3e96 commit 47cd7f9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
needs:
- build
steps:
- name: Download Packages
- name: Download Single-Architecture Packages
uses: actions/download-artifact@v3
with:
name: packages
Expand All @@ -121,4 +121,10 @@ jobs:
with:
registry: xpkg.upbound.io
username: ${{ secrets.XPKG_PUSH_ROBOT_USR }}
password: ${{ secrets.XPKG_PUSH_ROBOT_PSW }}
password: ${{ secrets.XPKG_PUSH_ROBOT_PSW }}

- name: Push Multi-Architecture Package to Upbound
if: env.XPKG_PUSH_ROBOT_USR != ''
# TODO(negz): We need to support pushing multiple packages to create a
# multi-arch package.
run: ./crossplane xpkg push ...

0 comments on commit 47cd7f9

Please sign in to comment.