Skip to content

Commit

Permalink
use fyne-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 15, 2024
1 parent 4f51829 commit f15b9f4
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,21 @@ jobs:
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
- name: install packages
run: |
sudo apt update
sudo apt-get -y install bc gcc libgl1-mesa-dev libwayland-dev libx11-dev libxkbcommon-dev xorg-dev xvfb
sudo go install github.com/fyne-io/fyne-cross@latest
fyne-cross linux -output carbon-app .
#sudo apt update
#sudo apt-get -y install bc gcc libgl1-mesa-dev libwayland-dev libx11-dev libxkbcommon-dev xorg-dev xvfb
#sudo apt-get -y install libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev gcc pkg-config libxxf86vm-dev
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: carbon-app
retry: 10
sha256sum: true
pre_command: go mod tidy
#- uses: wangyoucao577/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# goos: ${{ matrix.goos }}
# goarch: ${{ matrix.goarch }}
# binary_name: carbon-app
# retry: 10
# sha256sum: true
# pre_command: go mod tidy

0 comments on commit f15b9f4

Please sign in to comment.