Skip to content

Commit

Permalink
testing withouts deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 27, 2023
1 parent 0730874 commit 05cc5c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:

- name: OSXCross for CGO Support
run: |
mkdir ../../osxcross
wget -P ~ https://musl.cc/aarch64-linux-musl-cross.tgz
tar -xvf ~/aarch64-linux-musl-cross.tgz -C ~
tar -xvf ~/aarch64-linux-musl-cross.tgz -C ../../osxcross/target
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ builds:
- -extldflags=-static
env:
- CGO_ENABLED=1
- CC=~/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc
- CC=/home/runner/work/osxcross/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc
binary: "{{ .ProjectName }}"
goos:
- linux
Expand Down

0 comments on commit 05cc5c6

Please sign in to comment.