Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile and GitHub Actions for multi-architecture support
- Modified Dockerfile to support architecture-specific artifact copying using the TARGETARCH argument. - Enhanced the GitHub Actions workflow to dynamically set build arguments based on the target platform (amd64 or arm64). - Ensured executable permissions for the copied artifact and set the entrypoint for the Docker container. These changes improve the flexibility and efficiency of the Docker image build process across different architectures.
- Loading branch information