Skip to content

Commit f12861f

Browse files
committed
Update architecture specification in release workflow from 'amd64' to 'x86_64'
1 parent 14b1f84 commit f12861f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
package_root: .rpmpkg
169169
maintainer: Libertech-FR
170170
version: ${{ env.PACKAGE_VERSION }} # ${{ github.ref }} # refs/tags/v*.*.*
171-
arch: 'amd64'
171+
arch: 'x86_64'
172172
desc: 'Sesame Daemon'
173173
post: |
174174
#!/bin/sh

0 commit comments

Comments
 (0)