Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 4, 2024
1 parent 774efb4 commit 96ef1b9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitea/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: "docker/dind"

steps:
- name: Checkout code
Expand All @@ -19,15 +17,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.22' # or later
go-version: '1.16' # or later

- name: Install fyne-cross
run: |
go install github.com/fyne-io/fyne-cross@latest
- name: Set up Docker
uses: docker/setup-buildx-action@v1

- name: Cross Compile for Windows
run: |
# docker run -t --rm --name application-name -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):$(pwd) -w $(pwd) golang:alpine3.19 /bin/ash -c "go install github.com/fyne-io/fyne-cross@latest && fyne-cross windows -output soundscape-sync -icon logo.png ./cmd/soundscape-sync/main.go"
Expand Down

0 comments on commit 96ef1b9

Please sign in to comment.