Parcourir la source

feat (docker): support arm64

Rongxin il y a 1 an
Parent
commit
699b4df081
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/docker-publish.yml

+ 1 - 0
.github/workflows/docker-publish.yml

@@ -10,6 +10,7 @@ on:
     types: [published]
 
 env:
+  TARGET_PLATFORMS: linux/amd64,linux/arm64
   # Use docker.io for Docker Hub if empty
   REGISTRY: docker.io
   # github.repository as <account>/<repo>