Add docker 19.03.5 for aarch64 78/260678/1
authorKiwoong Ha <kw1981.ha@samsung.com>
Mon, 8 Mar 2021 03:56:39 +0000 (12:56 +0900)
committerKiwoong Ha <kw1981.ha@samsung.com>
Thu, 1 Jul 2021 03:08:41 +0000 (12:08 +0900)
Change-Id: I20b1f381ab3f4d7af773046552ccf2b26b22415e

packaging/docker-19.03.5-aarch64.tgz [new file with mode: 0644]
packaging/docker-engine.spec

diff --git a/packaging/docker-19.03.5-aarch64.tgz b/packaging/docker-19.03.5-aarch64.tgz
new file mode 100644 (file)
index 0000000..ae5379a
Binary files /dev/null and b/packaging/docker-19.03.5-aarch64.tgz differ
index 75db3f8..bb5160e 100644 (file)
@@ -5,12 +5,16 @@ Summary: The open-source application container engine
 Group: Tools/Docker
 
 License: ASL 2.0
-ExclusiveArch: armv7l
+ExclusiveArch: armv7l aarch64
 Source0: %{name}.tar.gz
 Source1: %{name}.manifest
 Source2: %{name}.service
 Source3: %{name}.socket
+%ifarch aarch64
+Source12: docker-19.03.5-aarch64.tgz
+%else
 Source12: docker-19.03.5.tgz
+%endif
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -27,7 +31,7 @@ language, framework or packaging system. That makes them great building blocks
 for deploying and scaling web apps, databases, and backend services without
 depending on a particular stack or provider.
 
-Prebuilt binaries are download from https://download.docker.com/linux/static/stable/armel/
+Prebuilt binaries are download from https://download.docker.com/linux/static/stable
 
 
 %prep