The Azure Function tools only build on amd64 (🤦), so I need to skip the arm64 build; fortunately (but not before several hours not realizing this fact), our Concourse workers are Intel-based, so amd64 is all we need for now.
Motivation and context
BT-5290
How was the change tested?
I had already been able to build amd64 locally and in the pipeline; this just removes the arm64 build.
Screenshots (if appropriate):
Change types
[ ] Bug fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (backwards-incompatible fix or feature)
Checklist:
[ ] My code follows the code style of this project.
[ ] My change requires a change to Fauna documentation.
[ ] My change requires a change to the README, and I have updated it accordingly.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description
The Azure Function tools only build on amd64 (🤦), so I need to skip the arm64 build; fortunately (but not before several hours not realizing this fact), our Concourse workers are Intel-based, so amd64 is all we need for now.
Motivation and context
BT-5290
How was the change tested?
I had already been able to build amd64 locally and in the pipeline; this just removes the arm64 build.
Screenshots (if appropriate):
Change types
Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.