Explorar el Código

feat (docker): support arm64

Rongxin hace 1 año
padre
commit
699b4df081
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>