Эх сурвалжийг харах

feat (docker): support arm64

Rongxin 1 жил өмнө
parent
commit
699b4df081

+ 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>