arm64v8 auto build and master manifest

This commit is contained in:
bunkerity
2020-10-08 20:27:37 +02:00
parent 0e57049832
commit ef7d842ff0
4 changed files with 61 additions and 1 deletions

View File

@@ -3,4 +3,8 @@
curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download/v1.0.3/manifest-tool-linux-amd64
chmod +x manifest-tool
./manifest-tool push from-spec multi-arch-manifest.yaml
if [ "$SOURCE_BRANCH" = "dev" ] ; then
./manifest-tool push from-spec multi-arch-manifest-dev.yaml
elif [ "$SOURCE_BRANCH" = "master" ] ; then
./manifest-tool push from-spec multi-arch-manifest-master.yaml
fi