tierpod / dmarc-report-converter

Convert dmarc reports from xml to human-readable formats
MIT License
237 stars 25 forks source link

allow for different architectures in tarfile name #66

Closed rmeden closed 3 months ago

rmeden commented 4 months ago

I'm using dmarc-report-converter on an AWS t4g instance which has the aarch64 architecture. (bad choice, I know... haven't rebuilt yet).

when I run "make release" I get a dmarc-report-converter_--20240603_x86-64.tar.gz file, but the architecture isn't x86_64.

This simple fix allows the tar to have the correct architecture

tierpod commented 3 months ago

Thank you, it make sense :+1: