Skip to content

Commit b31bc36

Browse files
committed
Updated new changes with rebase
Signed-off-by: Prabhu K <[email protected]>
1 parent b91f8a4 commit b31bc36

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/pr-check.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,22 @@ jobs:
4444
run: sudo rm -rf /usr/local/lib/android
4545
- name: Cleanup docker images
4646
run: docker system prune -af
47-
<<<<<<< HEAD
4847
- name: Add expiration label to base Dockerfile (UBI9)
4948
run: sed -i '/^FROM/a LABEL quay.expires-after=4w' base/ubi9/Dockerfile
50-
=======
51-
>>>>>>> eb8139b (Added QEMU setup in pr-check workflow)
5249
- name: Set up QEMU
5350
uses: docker/setup-qemu-action@v2
5451
- name: Set up Docker Buildx
5552
uses: docker/setup-buildx-action@v3
5653
with:
5754
driver: docker-container
5855
platforms: linux/amd64,linux/arm64,linux/ppc64le
59-
<<<<<<< HEAD
6056
- name: Login to Registry
6157
uses: docker/login-action@v3
6258
with:
6359
registry: ${{ env.REGISTRY }}
6460
username: ${{ secrets.QUAY_USERNAME }}
6561
password: ${{ secrets.QUAY_PASSWORD }}
6662
- name: Build base image (UBI9)
67-
=======
68-
- name: Build base image
69-
>>>>>>> eb8139b (Added QEMU setup in pr-check workflow)
7063
run: |
7164
echo "=========================================="
7265
echo "Building UBI9 base image for ${{env.arch}}"
@@ -124,14 +117,6 @@ jobs:
124117
uses: docker/setup-qemu-action@v2
125118
- name: Set up Docker Buildx
126119
uses: docker/setup-buildx-action@v3
127-
<<<<<<< HEAD
128-
=======
129-
with:
130-
driver: docker-container
131-
platforms: linux/amd64,linux/arm64,linux/ppc64le
132-
- name: Download BDI artifacts
133-
uses: actions/download-artifact@v4
134-
>>>>>>> eb8139b (Added QEMU setup in pr-check workflow)
135120
with:
136121
driver: docker-container
137122
platforms: linux/amd64,linux/arm64,linux/ppc64le

0 commit comments

Comments
 (0)