File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,3 @@ PROJECT_NAME=pangraph
2
2
PROJECT_DOCKER_REPO = neherlab/pangraph
3
3
PROJECT_DOCKER_BUILDER_REPO = neherlab/pangraph_builder
4
4
5
- # URL to `osxcross.tar.xz` file containing osxcross toolchain
6
- # distribution (https://github.com/tpoechtrager/osxcross) used for cross-compilation
7
- # from Linux to macOS. See `tools/osxcross/README.md` for instructions on how to
8
- # produce it. Refer to osxcross documentation for more info.
9
- # This is only needed if you are on Linux and want to produce binaries for macOS.
10
- OSXCROSS_URL = http://example.com/osxcross/osxcross.tar.xz
Original file line number Diff line number Diff line change 78
78
- name : " Prepare .env file"
79
79
run : |
80
80
cp .env.example .env
81
- sed -i -e "s|OSXCROSS_URL=http://example.com/osxcross/osxcross.tar.xz|OSXCROSS_URL=${{ secrets.OSXCROSS_URL }}|g" .env
82
81
83
82
- name : " Build docker image (${{ matrix.arch }})"
84
83
run : |
@@ -134,7 +133,6 @@ jobs:
134
133
- name : " Prepare .env file"
135
134
run : |
136
135
cp .env.example .env
137
- sed -i -e "s|OSXCROSS_URL=http://example.com/osxcross/osxcross.tar.xz|OSXCROSS_URL=${{ secrets.OSXCROSS_URL }}|g" .env
138
136
139
137
- name : " Build docker image"
140
138
run : |
@@ -183,7 +181,6 @@ jobs:
183
181
- name : " Prepare .env file"
184
182
run : |
185
183
cp .env.example .env
186
- sed -i -e "s|OSXCROSS_URL=http://example.com/osxcross/osxcross.tar.xz|OSXCROSS_URL=${{ secrets.OSXCROSS_URL }}|g" .env
187
184
188
185
- name : " Build docker image"
189
186
run : |
You can’t perform that action at this time.
0 commit comments