Skip to content

Commit

Permalink
feat: support building on Rocky 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed May 3, 2024
1 parent a353ed7 commit 23f36cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
base_image: [ centos7, anolis8, rocky8 ]
base_image: [ centos7, anolis8, rocky8, rocky9 ]
steps:
- name: Fetch source code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package/rpm/PolarDB.spec
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,4 @@ fi
%defattr(-,root,root)
%{prefix}/*

%{nil}
%define __os_install_post %{nil}

0 comments on commit 23f36cb

Please sign in to comment.