From d871ed8ae9bf573291730cfe3afc44243796175d Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Thu, 18 Feb 2021 00:55:49 +0530 Subject: [PATCH] Update changelog Signed-off-by: divyansh42 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2088f5d..aee0a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # buildah-build Changelog ## v2.1 -- Add input `archs` to allow you to build image(s) with multiple architecture support [803a141](https://github.com/redhat-actions/buildah-build/commit/803a1413e7c2a594cbfb6680bca358bfdbe36745) +- Add `archs` input to allow building images for custom architectures. [803a141](https://github.com/redhat-actions/buildah-build/commit/803a1413e7c2a594cbfb6680bca358bfdbe36745) ## v2 - Rename `tag` input to `tags`, to allow you to build multiple tags of the same image