File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 52
52
with :
53
53
targets : |
54
54
x86_64-unknown-linux-gnu
55
- aarch64-unknown-linux-gnu
55
+ # HACK
56
+ # aarch64-unknown-linux-gnu
56
57
57
58
- name : Setup sccache
58
59
uses :
mozilla-actions/[email protected]
@@ -89,14 +90,16 @@ jobs:
89
90
cargo zigbuild \
90
91
--release \
91
92
--target x86_64-unknown-linux-gnu.2.17 \
92
- --target aarch64-unknown-linux-gnu.2.17 \
93
93
--no-default-features \
94
94
--features dist \
95
95
-p mas-cli
96
+ # HACK
97
+ # --target aarch64-unknown-linux-gnu.2.17 \
96
98
97
99
- name : Create one archive per architecture
98
100
run : |
99
- for arch in x86_64 aarch64; do
101
+ # HACK for arch in x86_64 aarch64; do
102
+ for arch in x86_64; do
100
103
# Create one directory per architecture
101
104
mkdir -p dist/${arch}/share/
102
105
# Copy the artifacts to the right place
@@ -121,8 +124,9 @@ jobs:
121
124
with :
122
125
name : binaries
123
126
path : |
124
- mas-cli-aarch64-linux.tar.gz
125
127
mas-cli-x86_64-linux.tar.gz
128
+ # HACK
129
+ # mas-cli-aarch64-linux.tar.gz
126
130
127
131
build-image :
128
132
name : Build and push Docker image
You can’t perform that action at this time.
0 commit comments