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:
10
.github/workflows/automategeneration.yml
vendored
10
.github/workflows/automategeneration.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user