You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2022/02/07 12:31:10 UTC

[flink-docker] branch dev-master updated: [FLINK-25679] Add support for arm64v8

This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a commit to branch dev-master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/dev-master by this push:
     new dcf1c9a  [FLINK-25679] Add support for arm64v8
dcf1c9a is described below

commit dcf1c9a3fe6444d5500a75a26e0d209b2fb4564d
Author: Robert Metzger <rm...@apache.org>
AuthorDate: Fri Jan 21 20:10:28 2022 +0100

    [FLINK-25679] Add support for arm64v8
---
 generator.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/generator.sh b/generator.sh
index e2a02f7..e093835 100644
--- a/generator.sh
+++ b/generator.sh
@@ -85,6 +85,5 @@ function generateReleaseMetadata {
 
     echo "Tags: $tags" >> $dir/release.metadata
 
-    # We currently only support amd64 with Flink.
-    echo "Architectures: amd64" >> $dir/release.metadata
+    echo "Architectures: amd64,arm64v8" >> $dir/release.metadata
 }