jokester commited on
Commit
7d24cd8
·
1 Parent(s): 38763a8
.github/workflows/build-server-image.yaml CHANGED
@@ -57,6 +57,7 @@ jobs:
57
  type=gha
58
  cache-to:
59
  type=gha
60
- platforms: linux/arm64,linux/amd64
 
61
  tags: ${{ steps.meta.outputs.tags }}
62
  labels: ${{ steps.meta.outputs.labels }}
 
57
  type=gha
58
  cache-to:
59
  type=gha
60
+ # not aarch64: paddlepaddle-gpu doesn't have wheel for manylinux_2_36_aarch64
61
+ # platforms: linux/arm64,linux/amd64
62
  tags: ${{ steps.meta.outputs.tags }}
63
  labels: ${{ steps.meta.outputs.labels }}