Skip to content

Commit

Permalink
[DDS-1845] Added awx-ee build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jan 18, 2024
1 parent c2508c3 commit 5c722d8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,12 @@ jobs:
./gh-actions-bake.hcl
${{ steps.meta.outputs.bake-file }}
# Target the default group - probably unnecessary.
targets: ${{ matrix.images }}
targets: ${{ matrix.images }}

- name: Build and push AWX-EE
run: |
pip install --upgrade ansible-builder
cd images/awx-ee
ansible-builder create -f execution-environment.yml
docker buildx create --name sdp-amd-arm --platform linux/amd64,linux/arm64 --use
docker buildx bake --progress=plain --push --provenance false

0 comments on commit 5c722d8

Please sign in to comment.