Skip to content

Commit

Permalink
set el7 tag for platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Jul 29, 2022
1 parent 6afa188 commit 45917b3
Show file tree
Hide file tree
Showing 3 changed files with 730 additions and 680 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: echo $GITHUB_REF_NAME
- run: mkdir build && chmod a+rwx . documentation build
- run: podman build -t quay.io/rigazilla/ci-build-centos-7:latest -f ci-build/centos-7.Dockerfile .
- run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-7:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=11.0.9.Final CLIENT_VERSION=$GITHUB_REF_NAME ./build.sh"
- run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-7:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=11.0.9.Final CLIENT_VERSION=$GITHUB_REF_NAME PLATFORM_TAG=el7 ./build.sh"
- uses: ncipollo/release-action@v1
with:
artifacts: "build/*.rpm,builddeb/*.deb"
Expand Down
Loading

0 comments on commit 45917b3

Please sign in to comment.