Skip to content

Commit 7f36499

Browse files
author
Apple\Apple
committed
Merge remote-tracking branch 'origin/alpha' into ui/refactor
2 parents 2ff79fc + 4ccd36e commit 7f36499

File tree

6 files changed

+4
-262
lines changed

6 files changed

+4
-262
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
username: ${{ github.actor }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

41+
- name: Set up Docker Buildx
42+
uses: docker/setup-buildx-action@v3
43+
4144
- name: Extract metadata (tags, labels) for Docker
4245
id: meta
4346
uses: docker/metadata-action@v5
@@ -53,6 +56,7 @@ jobs:
5356
uses: docker/build-push-action@v5
5457
with:
5558
context: .
59+
platforms: linux/amd64,linux/arm64
5660
push: true
5761
tags: ${{ steps.meta.outputs.tags }}
5862
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)