Skip to content

Commit 2435b42

Browse files
committed
configures cross-compiling task
1 parent 366b3da commit 2435b42

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

22
examples/output/*.sh
3+
builds

.goxc.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"ArtifactsDest": "builds",
3+
"Tasks": [
4+
"xc"
5+
],
6+
"BuildConstraints": "linux, windows, darwin",
7+
"PackageVersion": "1.0.0",
8+
"TaskSettings": {
9+
"xc": {
10+
"GOARM": "7"
11+
}
12+
},
13+
"ConfigVersion": "0.9"
14+
}

0 commit comments

Comments
 (0)