Create Amd64 Portainer template. Includes Counts, Preinstall changes as well(#59)

Co-authored-by: Robert Middleswarth <72569+rmiddle@users.noreply.github.com>
This commit is contained in:
Rafael Blumberg
2022-08-21 21:09:22 +01:00
committed by GitHub
parent 2386c430e6
commit 9431ee2b09
178 changed files with 577 additions and 377 deletions

View File

@@ -8,8 +8,9 @@ on:
#- cron: '15 0 * * *'
env:
appsfolder: template/apps
pt32: template/portainer-v2-arm32.json
pt64: template/portainer-v2-arm64.json
ptArm32: template/portainer-v2-arm32.json
ptArm64: template/portainer-v2-arm64.json
ptAmd64: template/portainer-v2-amd64.json
README: docs/README.md
README_TEMPLATE: build/templates/template_README.md
TOOLSREADME: tools/README.md
@@ -52,8 +53,9 @@ jobs:
run: |
git config --local user.email "workflow@github.com"
git config --local user.name "GitHub Workflow"
git add -- "$pt32"
git add -- "$pt64"
git add -- "$ptArm32"
git add -- "$ptArm64"
git add -- "$ptAmd64"
git add ./pi-hosted_template/template/portainer-v2.json
git add -- "$README"
git add -- "$TOOLSREADME"