File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7575 env :
7676 GITHUB_TOKEN : ${{ secrets.CLI_RELEASE }}
7777 GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
78- - name : Install createrepo_c
79- run : brew install createrepo_c
78+ - name : Verify Docker is available
79+ run : |
80+ # Docker should already be available on macOS runners
81+ docker --version
82+ echo "Docker is available for createrepo_c operations"
8083 - name : Publish packages to APT repo
8184 if : contains(github.ref_name, '-') == false
8285 env :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ aws s3 sync s3://${RPM_BUCKET_NAME}/${RPM_REPO_PATH}/RPMS/ ${TEMP_DIR}/rpm-repo/
3333printf " \n>>> Adding new packages to local repo \n"
3434cp ${GORELEASER_PACKAGES_FOLDER} /* .rpm ${TEMP_DIR} /rpm-repo/RPMS/
3535
36- # Create RPM repository metadata using createrepo_c
36+ # Create RPM repository metadata using createrepo_c in Docker
3737printf " \n>>> Creating RPM repository metadata \n"
3838docker run --rm \
3939 -v " ${TEMP_DIR} /rpm-repo:/repo" \
You can’t perform that action at this time.
0 commit comments