8374493b58fb5bd989602d2ca293812215196338
[pti/rtp.git] /
1 From a4217bb60afc5ee9d55d6d28bc59a57517c5224c Mon Sep 17 00:00:00 2001
2 From: Jackie Huang <jackie.huang@windriver.com>
3 Date: Wed, 8 Feb 2023 06:49:56 -0500
4 Subject: [PATCH] registry-token-server: add support for arm64
5
6 Add arm64 into supported arch in the control file.
7
8 Test Plan:
9 PASS: build-pkgs on x86-64 host
10 PASS: build-image on x86-64 host
11 PASS: build-pkgs on arm64 host
12 PASS: build-image on arm64 host
13 PASS: Deploy AIO-SX on x86-64 target
14 PASS: Deploy AIO-SX on arm64 target
15 PASS: Deploy AIO-DX on arm64 targets
16 PASS: Deploy std (2+2+2) on arm64 targets
17
18 Story: 2010739
19 Task: 48016
20
21 Change-Id: Id075d30c59a92b4a6536e754fb4390dbddaa88f7
22 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
23 ---
24  registry-token-server/debian/deb_folder/control | 2 +-
25  1 file changed, 1 insertion(+), 1 deletion(-)
26
27 diff --git a/registry-token-server/debian/deb_folder/control b/registry-token-server/debian/deb_folder/control
28 index c7143e5..c9fd58e 100644
29 --- a/registry-token-server/debian/deb_folder/control
30 +++ b/registry-token-server/debian/deb_folder/control
31 @@ -9,7 +9,7 @@ Standards-Version: 4.4.1
32  XS-Go-Import-Path: registry-token-server
33  
34  Package: registry-token-server
35 -Architecture: amd64
36 +Architecture: amd64 arm64
37  Multi-Arch: no
38  Depends: ${misc:Depends},
39   ${shlibs:Depends}
40 -- 
41 2.30.2
42