Skip to content

Conversation

@RemiliaForever
Copy link
Collaborator

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds Docker release functionality to the Linux build workflow, enabling multi-architecture Docker images (amd64/arm64) to be built and published to Docker Hub when tags are pushed.

Key Changes

  • Added new Dockerfile for Linux-based container images
  • Introduced docker-release job in the CI workflow to build and push multi-platform Docker images
  • Simplified version detection logic by setting VERSION environment variable at the job level

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 10 comments.

File Description
runner/release/linux/Dockerfile New Dockerfile defining Ubuntu 22.04-based container image with Nexa SDK CLI and dependencies
.github/workflows/build-linux.yml Added docker-release job for multi-platform image builds; simplified version detection; updated job names

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@RemiliaForever RemiliaForever force-pushed the feat/remilia/add_linux_docker branch from 90f0596 to ed5bfe9 Compare November 16, 2025 03:27
@RemiliaForever RemiliaForever force-pushed the feat/remilia/add_linux_docker branch from b62cb52 to a24707a Compare November 16, 2025 04:02
Copilot finished reviewing on behalf of RemiliaForever November 16, 2025 04:03
@RemiliaForever RemiliaForever force-pushed the feat/remilia/add_linux_docker branch from a24707a to 6ba0028 Compare November 16, 2025 04:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

uses: docker/setup-buildx-action@v3

- name: Build and Push Docker Image
uses: docker/build-push-action@v5
Copy link

Copilot AI Nov 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Using outdated Docker action version. The docker/build-push-action@v5 is specified, but v6 is available and recommended for better performance and features. Consider updating to docker/build-push-action@v6.

Suggested change
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6

Copilot uses AI. Check for mistakes.
@RemiliaForever RemiliaForever force-pushed the feat/remilia/add_linux_docker branch from 6ba0028 to f5d88dd Compare November 16, 2025 04:08
@zhiyuan8 zhiyuan8 merged commit 27afbc6 into main Nov 16, 2025
13 checks passed
@zhiyuan8 zhiyuan8 deleted the feat/remilia/add_linux_docker branch November 16, 2025 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants