Skip to content

25.0.16

Choose a tag to compare

@github-actions github-actions released this 27 Mar 06:24
· 11 commits to master since this release

Description

Abstract

As we need arm64 image support, I refactored Docker image build workflow to use arm64 runner and build multi arch-image.
Fixes: #1822 #1821

Background

#1807

Breaking changes

  • *-latest image will be pushed only when ref is master (push for master branch)
  • Uploaded image is minimized desktop image, use devel image to develop (access source codes)

Note

To optimize build workflow, we should consider using github-builder

Related Issues