Skip to content

Commit

Permalink
Rewrite 2 of crossbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord of Scripts committed Aug 28, 2024
1 parent 666fee7 commit 37c26eb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/crossbuild.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# workflow name
name: Cross-build
name: CrossBuild

# on events
on:
Expand Down Expand Up @@ -36,12 +36,11 @@ jobs:
# - 'windows/amd64'
- 'linux/arm'
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.1'
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.22.1'
- name: Get OS and arch info
run: |
GOOSARCH=${{matrix.goosarch}}
Expand Down

0 comments on commit 37c26eb

Please sign in to comment.