Skip to content

Commit 594fc09

Browse files
committed
update platforms
Signed-off-by: james <open4pd@4paradigm.com>
1 parent bf0636e commit 594fc09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
uses: docker/build-push-action@v6
9595
with:
9696
context: .
97-
platforms: linux/arm64
97+
platforms: linux/amd64,linux/arm64
9898
push: ${{ github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main') }}
9999
build-args: |
100100
BASE_IMAGE=ubuntu:20.04

0 commit comments

Comments
 (0)