Parallel Builds

We are using Bazel as our build language. We build for multiple architectures. Should I have a single job that builds for both architectures, or paramatize this job and build for both architectures in parallel?

I think parallel would be best.