aws / efs-utils

Utilities for Amazon Elastic File System (EFS)
MIT License
301 stars 192 forks source link

Inconsistency between RPM and DEB build architectures? #251

Closed dgersting closed 1 week ago

dgersting commented 1 month ago

I might be mistaken, but I feel there's an inconsistency between the RPM and DEB build architectures.

For RPM builds: https://github.com/aws/efs-utils/blob/87874bd1a18a262fdcb1264f9bc0b8e4b8a77bd6/amazon-efs-utils.spec#L52

For DEB builds: https://github.com/aws/efs-utils/blob/87874bd1a18a262fdcb1264f9bc0b8e4b8a77bd6/dist/amazon-efs-utils.control#L2

Since efs-utils is compiled w/ Rust, wouldn't the DEB build need to target specific architectures as all would "indicate an architecture-independent package" based on the Debian control file spec?

References:

dgersting commented 1 month ago

Oh, I just noticed there's an open pull request from April which addresses this very issue: https://github.com/aws/efs-utils/pull/211

anthotse commented 1 week ago

We've merged in #211. This is now fixed.