fauna / fauna-dotnet

Fauna FQL v10 driver for C#
Mozilla Public License 2.0
1 stars 1 forks source link

chore(platform-tests): Build Dockerfile.dotnet in only amd64 #214

Closed adambollen closed 2 weeks ago

adambollen commented 2 weeks ago

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.