Skip to content

Commit

Permalink
[cloak]
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Feb 5, 2025
1 parent 9c90bdf commit 72ed186
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_cloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ jobs:
ref: master-amnezia
path: Cloak

# - name: 'Run build script'
# working-directory: Cloak
# run: |
# CGO_ENABLED=1 GOOS="darwin" GOARCH="amd64" go build -v -o ./release/plugin/darwin/ck-ovpn-plugin.a -buildmode=c-archive ./cmd/ck-ovpn-plugin/
- name: Build for x86_64
working-directory: Cloak
run: |
Expand All @@ -126,6 +122,7 @@ jobs:
lipo -create -output ./release/plugin/darwin/ck-ovpn-plugin.a \
./release/plugin/darwin/ck-ovpn-plugin-x86_64.a \
./release/plugin/darwin/ck-ovpn-plugin-arm64.a
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 72ed186

Please sign in to comment.