From e5b0ae2c91642dc003f62aaddea6e0de8ce43fa1 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 9 Jul 2026 13:39:46 -0700 Subject: [PATCH] Skip building our hashicorp/boundary fork on some platforms This provider has a fixed set of supported platforms due to platform-specific files in its ./plugins/kms directory, so this excludes all of the platforms that are in our GitHub Actions workflow's matrix but that are not supported by this provider. This is a temporary solution that will only work for the v1.6.0 release in particular. We intend to consider a more general solution for setting platform support for this provider regardless of version, but right now we just want to get the build working for the v1.6.0 release that's already published. Signed-off-by: Martin Atkins --- dist_ignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dist_ignore b/dist_ignore index 7abf97e..15d330d 100644 --- a/dist_ignore +++ b/dist_ignore @@ -1,3 +1,8 @@ +terraform-provider-boundary_v1.6.0_windows_arm +terraform-provider-boundary_v1.6.0_windows_arm64 +terraform-provider-boundary_v1.6.0_openbsd_386 +terraform-provider-boundary_v1.6.0_openbsd_amd64 +terraform-provider-boundary_v1.6.0_solaris_amd64 terraform-provider-boundary_v1.5.20_windows_arm terraform-provider-boundary_v1.5.20_windows_arm64 terraform-provider-boundary_v1.5.19_windows_arm