Different BinaryBuilder Platforms Locally Vs. Github

I have an open pull request #9244 in Yggdrasil to add some features to the LAMMPS build there.

Previous commits of the pull request did not include the correct build types that I wanted. However, when I changed to the correct build options, the build types didn’t change. I have verified locally that the list of platforms is correct, but these don’t seem to populate in GitHub. Is there some sort of cache that I have to clear in this case? Or am I doing something else wrong?

Turns out this was more of a GitHub problem than a Julia problem. I had some unmerged conflicts that needed to be merged before the build workflow could be run.