Skip to content

Commit

Permalink
split arm builds
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Jan 23, 2025
1 parent aabc346 commit 9eab57b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
runs-on: ubuntu-24.04
needs: [al9-deploy, al9-deploy-arm]
outputs:
image-uri: ghcr.io/${{ github.repository }}@${{ steps.build.outputs.digest }}
image-uri: ghcr.io/appthreat/atom@${{ steps.build.outputs.digest }}
permissions:
contents: write
packages: write
Expand All @@ -180,8 +180,8 @@ jobs:
index-annotations: ${{ steps.metadata.outputs.labels }}
tags: ${{ steps.metadata.outputs.tags }}
sources: |
ghcr.io/${{ github.repository }}@${{ needs.al9-deploy.outputs.image-uri }}
ghcr.io/${{ github.repository }}@${{ needs.al9-deploy-arm.outputs.image-uri }}
${{ needs.al9-deploy.outputs.image-uri }}
${{ needs.al9-deploy-arm.outputs.image-uri }}
sle-deploy:
if: github.repository_owner == 'appthreat'
Expand Down Expand Up @@ -349,5 +349,5 @@ jobs:
index-annotations: ${{ steps.metadata.outputs.labels }}
tags: ${{ steps.metadata.outputs.tags }}
sources: |
ghcr.io/appthreat/atom-sle@${{ needs.sle-deploy.outputs.image-uri }}
ghcr.io/appthreat/atom-sle@${{ needs.sle-deploy-arm.outputs.image-uri }}
${{ needs.sle-deploy.outputs.image-uri }}
${{ needs.sle-deploy-arm.outputs.image-uri }}

0 comments on commit 9eab57b

Please sign in to comment.