chore: update docker image workflows

- Added support for multiple platforms (linux/amd64, linux/arm64) in docker-image-alpha.yml.
- Removed outdated docker-image-amd64.yml and docker-image-arm64.yml workflows.
- Deleted linux-release.yml, macos-release.yml, and windows-release.yml as part of workflow cleanup.
This commit is contained in:
CaIon
2025-06-04 01:12:49 +08:00
parent 8a65a4174a
commit 2eb1f65d3f
6 changed files with 1 additions and 262 deletions

View File

@@ -53,6 +53,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}