We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd15c6b commit edc6969Copy full SHA for edc6969
cfsetup.yaml
@@ -158,6 +158,20 @@ stretch: &stretch
158
- export GOARCH=386
159
- export CC=i686-w64-mingw32-gcc-win32
160
- make github-release
161
+ github-release-linux-arm64:
162
+ build_dir: *build_dir
163
+ builddeps:
164
+ - *pinned_go
165
+ - crossbuild-essential-armhf
166
+ - g++-aarch64-linux-gnu
167
+ - python3-setuptools
168
+ - python3-pip
169
+ post-cache:
170
+ - pip3 install pygithub
171
+ - export GOOS=linux
172
+ - export GOARCH=arm64
173
+ - export CC=aarch64-linux-gnu-gcc
174
+ - make github-release
175
test:
176
build_dir: *build_dir
177
builddeps:
0 commit comments