From 58ab43094c325911063bdf8d098dfda7c9979aef Mon Sep 17 00:00:00 2001 From: liushanwen Date: Mon, 16 Oct 2023 11:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0arm64=20amd64=20risv64?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E5=88=A4=E6=96=AD=EF=BC=8C=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1c302f8..25cd64e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +initramfs-tools (0.142kylin13.0.2) yangtze; urgency=medium + + * rules 文件中添加amd64 arm64 risv64架构 + + -- liushanwen Mon, 16 Oct 2023 11:06:15 +0800 + initramfs-tools (0.142kylin13.0.1) yangtze; urgency=medium * rebuild initramfs-tools latest community version diff --git a/debian/rules b/debian/rules index 5382708..01aa164 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - ifeq (,$(filter i386,$(DEB_HOST_ARCH))) + ifeq (,$(filter amd64 arm64 riscv64 i386,$(DEB_HOST_ARCH))) shellcheck -e SC1090,SC1091 -s dash hook-functions $$(find hooks scripts -type f) $$({ find . -maxdepth 1 -type f -executable; find debian -maxdepth 1 -type f; find docs kernel -type f; } | xargs grep -l '^#!/bin/sh') endif ./tests/run-tests