jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.09k stars 1.07k forks source link

Fix failing test when run on arm64/aarch64 systems #1994

Closed jordansissel closed 1 year ago

jordansissel commented 1 year ago

This was a bug in the test suite.

  1) FPM::Package::Deb#architecture should default to native
     Failure/Error: expect(subject.architecture).to(be == expected)
       expected: == "aarch64"
            got:    "arm64"
     # ./spec/fpm/package/deb_spec.rb:57:in `block (3 levels) in <top (required)>'
mkurz commented 11 months ago

New release needed please.