Skip to content

Commit

Permalink
ci (lipo)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzwoch committed Apr 8, 2024
1 parent 9373e06 commit f3ecbc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- name: Lipo
run: |
curl -L -o /tmp/lipo https://github.com/konoui/lipo/releases/latest/download/lipo_linux_amd64
chmod u+x /tmp/lipo
/tmp/lipo -create appfuk-x86_64 appfuk-arm64 -output appfuk
go install github.com/konoui/lipo@latest
lipo -create appfuk-x86_64 appfuk-arm64 -output appfuk
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f3ecbc0

Please sign in to comment.