From ab6f4ba9f20ff214547bee770939ae912a9c73d0 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Wed, 27 Sep 2023 08:49:21 +0200 Subject: [PATCH] raspberrypi5-64.coffee: Change slug to raspberrypi5 We will only release 64 bits OS version so let's not suffix it with -64 Changelog-entry: Change Raspberry Pi 5 slug to raspberrypi5 Signed-off-by: Florin Sarbu --- raspberrypi5-64.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/raspberrypi5-64.coffee b/raspberrypi5-64.coffee index 69e2e493..cd274dc2 100644 --- a/raspberrypi5-64.coffee +++ b/raspberrypi5-64.coffee @@ -3,8 +3,7 @@ deviceTypesCommon = require '@resin.io/device-types/common' module.exports = version: 1 - slug: 'raspberrypi5-64' - aliases: [ 'raspberrypi5-64' ] + slug: 'raspberrypi5' name: 'Raspberry Pi 5' arch: 'aarch64' state: 'released'