Skip to content

Commit

Permalink
Fix rpm generation
Browse files Browse the repository at this point in the history
  • Loading branch information
maricaantonacci committed Mar 18, 2024
1 parent 5658110 commit 0309552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
package_root: .rpmpkg
maintainer: Marica Antonacci <[email protected]>
version: ${{ env.REF }}
arch: ${{ matrix.arch }}
arch: ${{ matrix.arch == 'amd64' && 'x86_64' || matrix.arch == 'arm64' && 'aarch64' }}
desc: 'orchent cli'

- name: debug
Expand Down

0 comments on commit 0309552

Please sign in to comment.