diff --git a/.github/actions/build-and-persist-plugin-binary/action.yml b/.github/actions/build-and-persist-plugin-binary/action.yml index f7d3e27e..cfcc54b0 100644 --- a/.github/actions/build-and-persist-plugin-binary/action.yml +++ b/.github/actions/build-and-persist-plugin-binary/action.yml @@ -1,7 +1,5 @@ -# Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 - -name: build-and-persist-plugin-binary +--- +name: Build and Persist Plugin Binary inputs: GOOS: diff --git a/.github/workflows/build_plugin_binaries.yml b/.github/workflows/build_plugin_binaries.yml index 3a261d77..349bcbfe 100644 --- a/.github/workflows/build_plugin_binaries.yml +++ b/.github/workflows/build_plugin_binaries.yml @@ -1,13 +1,16 @@ -# Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +--- +# This workflow builds the plugin binaries for all supported platforms. + +name: Build Plugin Binaries -name: hashicorp/packer-plugin-vmware/build_plugin_binaries permissions: contents: read + on: push: branches: - main + jobs: build_darwin: defaults: