From f58cafdd399b27a7f05a04cd5025032c081f529f Mon Sep 17 00:00:00 2001 From: Robert Middleswarth Date: Tue, 30 Jul 2024 20:19:42 -0400 Subject: [PATCH] Remove armhf from the list. --- template/apps/your-spotify.json | 1 - 1 file changed, 1 deletion(-) diff --git a/template/apps/your-spotify.json b/template/apps/your-spotify.json index 1558ed18..fd740963 100644 --- a/template/apps/your-spotify.json +++ b/template/apps/your-spotify.json @@ -47,7 +47,6 @@ "note": "Create a Spotify App here: https://developer.spotify.com/dashboard/applications. Don't forget adding Redirect URL: http://192.168.X.Y:3081/oauth/spotify/callback under edit settings of the dashboard.", "platform": "linux", "repository": { - "stackfile_arm32": "stack/your-spotify.yml", "stackfile_arm64": "stack/your-spotify.yml", "stackfile_amd64": "stack/your-spotify.yml", "url": "https://github.com/pi-hosted/pi-hosted"