Just discovered using if else statement in rules so went down this route instead:
annotations: platform: "{{ if eq .Labels.job \"node_exporter\" }}Linux{{ else if eq .Labels.job \"windows_exporter\" }}Windows{{ end }}"