[CTOR-151] Fix for Debian packaging : amd64 and arm64 packages have the same name (#4766)
This commit is contained in:
parent
a19941e877
commit
ed548ebd3f
|
@ -51,7 +51,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/${{ matrix.image }}
|
image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/${{ matrix.image }}:latest
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ secrets.DOCKER_REGISTRY_ID }}
|
username: ${{ secrets.DOCKER_REGISTRY_ID }}
|
||||||
password: ${{ secrets.DOCKER_REGISTRY_PASSWD }}
|
password: ${{ secrets.DOCKER_REGISTRY_PASSWD }}
|
||||||
|
@ -125,13 +125,12 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
uses: ./.github/actions/package
|
uses: ./.github/actions/package-nfpm
|
||||||
with:
|
with:
|
||||||
nfpm_file_pattern: "dependencies/perl-openwsman/perl-openwsman.yaml"
|
nfpm_file_pattern: "dependencies/perl-openwsman/perl-openwsman.yaml"
|
||||||
distrib: ${{ matrix.distrib }}
|
distrib: ${{ matrix.distrib }}
|
||||||
package_extension: ${{ matrix.package_extension }}
|
package_extension: ${{ matrix.package_extension }}
|
||||||
version: ${{ needs.get-environment.outputs.version }}
|
arch: ${{ matrix.arch }}
|
||||||
release: ${{ needs.get-environment.outputs.release }}
|
|
||||||
commit_hash: ${{ github.sha }}
|
commit_hash: ${{ github.sha }}
|
||||||
cache_key: cache-${{ github.sha }}-${{ matrix.package_extension}}-perl-openwsman-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}
|
cache_key: cache-${{ github.sha }}-${{ matrix.package_extension}}-perl-openwsman-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}
|
||||||
rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }}
|
rpm_gpg_key: ${{ secrets.RPM_GPG_SIGNING_KEY }}
|
||||||
|
|
Loading…
Reference in New Issue