From 1a604d3e141d9d346638e377c01e25ecfa894ac8 Mon Sep 17 00:00:00 2001 From: Thomas Brettinger Date: Wed, 20 Nov 2024 21:31:35 +0100 Subject: [PATCH] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 64c2896..864e67a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # kustomize-github-action Kustomize GitHub Actions allow you to execute Kustomize Build command within GitHub Actions. +This is a fork of https://github.com/karancode/kustomize-github-action +Adapted to run on amd64 and arm64 platforms. + The output of the actions can be viewed from the Actions tab in the main repository view. If the actions are executed on a pull request event, a comment may be posted on the pull request. Kustomize GitHub Actions is a single GitHub Action that can be executed on different overlays directories depending on the content of the GitHub Actions YAML file.