Skip to content

Commit 2eb1f65

Browse files
committed
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.
1 parent 8a65a41 commit 2eb1f65

File tree

6 files changed

+1
-262
lines changed

6 files changed

+1
-262
lines changed

.github/workflows/docker-image-alpha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
uses: docker/build-push-action@v5
5454
with:
5555
context: .
56+
platforms: linux/amd64,linux/arm64
5657
push: true
5758
tags: ${{ steps.meta.outputs.tags }}
5859
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/docker-image-amd64.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/docker-image-arm64.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/linux-release.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/macos-release.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/windows-release.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)