aptible / terraform-provider-aptible

The official Terraform provider for Aptible Deploy
https://registry.terraform.io/providers/aptible/aptible/latest
10 stars 13 forks source link

Ignore new darwin arm64 build target #42

Closed robertfairhead closed 3 years ago

robertfairhead commented 3 years ago

The new darwin arm64 target is breaking our deployment builds:

   ⨯ release failed after 425.64s error=failed to build for darwin_arm64: # github.com/aptible/terraform-provider-aptible
/home/travis/.gimme/versions/go1.15.8.linux.amd64/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
/tmp/go-link-806751987/go.o: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status

For now, we ignore that build target. We can upgrade to go1.16 that supports the Apple M1 ARM machines in the future.