Closed jameshclrk closed 2 years ago
@jameshclrk: can you please elaborate about the use-case for this (as queried in #203)?
I can think of one (that's not an actual problem for me yet, and I only really use x64 now). here's what I'm trying to do with yadm currently
if I were using a 32 bit system, or needed a cross compiler, I might need that information. I do not however have this need currently.
Managing any kind of binaries with yadm screams for an arch
config option. On the other hand yadm config local.class arch=$(uname -m)
in bootstrap
works fine.
This feature has been merged into the develop branch, and will be part of the next release.
Is your feature request related to a problem? Please describe.
Some dotfiles may change on architecture of the machine. This allows this to work with the alternate system.
Describe the solution you'd like
Expand the alternate section to consider the architecture of the machine.
Describe alternatives you've considered
Classes could allow this to work, however you may want a class and an arch.
Additional context
See PR #203