Skip to content

Commit

Permalink
remove extraneous dockerfiles, rename build.sh to build-rpm.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Richter <[email protected]>
  • Loading branch information
erichte-ibm committed Sep 6, 2023
1 parent bc39c17 commit ddf46f1
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: docker build -t ${IMAGE_NAME} --platform linux/${{ matrix.arch }} --build-arg="BUILD_IMAGE=${{ matrix.image }}" -f ci/Dockerfile .

- name: run docker build
run: docker run -t --platform linux/${{ matrix.arch }} -v $(pwd):/build ${IMAGE_NAME} bash -c "cd build && ci/build.sh"
run: docker run -t --platform linux/${{ matrix.arch }} -v $(pwd):/build ${IMAGE_NAME} bash -c "cd build && ci/build-rpm.sh"

- name: upload rpms
uses: actions/upload-artifact@v3
Expand Down
3 changes: 0 additions & 3 deletions ci/Dockerfile.el8

This file was deleted.

3 changes: 0 additions & 3 deletions ci/Dockerfile.el9

This file was deleted.

3 changes: 0 additions & 3 deletions ci/Dockerfile.f37

This file was deleted.

3 changes: 0 additions & 3 deletions ci/Dockerfile.f38

This file was deleted.

3 changes: 0 additions & 3 deletions ci/Dockerfile.rawhide

This file was deleted.

File renamed without changes.

0 comments on commit ddf46f1

Please sign in to comment.