Browse Source

Add AMD64 to the template for testing

Robert Middleswarth 2 years ago
parent
commit
76f647012d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      template/apps/raspberry-pi-docker-monitor.json

+ 1 - 0
template/apps/raspberry-pi-docker-monitor.json

@@ -23,6 +23,7 @@
 	"repository": {
 		"stackfile_arm32": "stack/raspberrypi-monitoring.yml",
 		"stackfile_arm64": "stack/raspberrypi-monitoring.yml",
+		"stackfile_amd64": "stack/raspberrypi-monitoring.yml",
 		"url": "https://github.com/pi-hosted/pi-hosted"
 	},
 	"restart_policy": "unless-stopped",