Skip to content

Commit

Permalink
Update release-linux.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
huangliu authored May 24, 2024
1 parent b472cb7 commit ea61726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64

steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.5

- name: Normalise platform tag
id: normalise_platform
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
fi
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5.0.1
with:
go-version: stable

Expand Down

0 comments on commit ea61726

Please sign in to comment.