File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
- name : Setting arch (x86)
21
21
set_fact :
22
22
arch : " x86"
23
- when : platform == "amd64"
23
+ when : platform == "amd64"
24
24
25
25
- name : Setting arch (arm)
26
26
set_fact :
27
27
arch : " arm64"
28
- when : platform == "arm64"
28
+ when : platform == "arm64"
29
29
30
30
- name : adminapi - download commit archive
31
31
get_url :
Original file line number Diff line number Diff line change 54
54
- name : Setting CFLAGS (arm)
55
55
set_fact :
56
56
cflags : " -mo
7244
utline-atomics -mtune=neoverse-n1 -fsigned-char"
57
- when : platform == "arm64"
57
+ when : platform == "arm64"
58
58
59
59
- name : Setting CFLAGS (x86)
60
60
set_fact :
61
61
cflags : " -fsigned-char"
62
- when : platform == "amd64"
62
+ when : platform == "amd64"
63
63
64
64
- name : Postgres - configure
65
65
shell :
You can’t perform that action at this time.
0 commit comments