File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 65
65
sha : ${{ needs.info.outputs.sha }}
66
66
target : ${{ matrix.arch }}-unknown-linux-gnu
67
67
artifacts : meta,query
68
- category : full
69
- features : python-udf,storage-hdfs
68
+ category : docker
69
+ features : python-udf
70
70
71
71
docker :
72
72
needs : [info, build]
@@ -82,15 +82,15 @@ jobs:
82
82
sha : ${{ needs.info.outputs.sha }}
83
83
target : x86_64-unknown-linux-gnu
84
84
path : ./distro/linux/amd64/
85
- category : full
85
+ category : docker
86
86
artifacts : query
87
87
- name : Download artifact for aarch64
88
88
uses : ./.github/actions/artifact_download
89
89
with :
90
90
sha : ${{ needs.info.outputs.sha }}
91
91
target : aarch64-unknown-linux-gnu
92
92
path : ./distro/linux/arm64/
93
- category : full
93
+ category : docker
94
94
artifacts : query
95
95
- uses : ./.github/actions/setup_docker
96
96
id : login
You can’t perform that action at this time.
0 commit comments