buildah-build/git-hooks/pre-commit
divyansh42 749ffdbf42 Add feature to build multi arch image
Since buildah now supports multi arch image built
support (ref: https://github.com/containers/buildah/issues/1590)
This feature will allow building images based on multiple
architectures

Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-02-17 23:10:41 +05:30

11 lines
No EOL
321 B
Bash

#!/usr/bin/env bash
### Copy this into .git/hooks and overwrite the empty one.
### This will ensure the bundle and ins-outs verification checks won't fail for you.
echo "----- Pre-commit -----"
set -ex
npx action-io-generator -o src/generated/inputs-outputs.ts
npm run lint
npm run bundle
git add -v dist/ src/generated