From c899a545b65180d75f08e904b4ad685670b6bae8 Mon Sep 17 00:00:00 2001 From: Lucky Date: Sat, 23 Sep 2023 10:33:04 +0800 Subject: [PATCH] add linux/arm64 platform --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 865515b0..38525592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: # Build's context is the set of files located in the specified PATH or URL context: . # optional # List of target platforms for build - platforms: linux/amd64 # optional + platforms: linux/amd64,linux/arm64 # optional # Push is a shorthand for --output=type=registry push: true # optional, default is false # List of tags