Merge pull request #834 from nsacyber/v3_issue_833-ubuntu

Changed tcg_eventlog_tool to use amd64 for debian packaging
This commit is contained in:
iadgovuser26 2024-08-27 15:41:37 -04:00 committed by GitHub
commit ca76913095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,6 +121,6 @@ ospackage {
arch = X86_64 arch = X86_64
} }
buildDeb { buildDeb {
arch = X86_64 arch = 'amd64'
} }
} }