Skip to content

Commit

Permalink
Sync: Add a Windows 7 build (XTLS/XTLS#3530)
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeArthurScofield authored Jul 15, 2024
1 parent 0ec81d1 commit 98ff02c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/customized-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
goos: [dragonfly, illumos, netbsd, plan9, solaris]
goarch: [amd64]
goamd64: [v1, v2, v3, v4]
gotoolchain: [""]
patch-assetname: [""]

include:
# BEIGIN AIX
- goos: aix
Expand Down Expand Up @@ -102,16 +105,18 @@ jobs:
with:
ref: main

- name: Show workflow information
- name: Show workflow information
run: |
_NAME=${{ matrix.patch-assetname }}
[ -n "$_NAME" ] || _NAME="$GOOS-$GOARCH$GOAMD64$GOPPC64"
export _NAME="$GOOS-$GOARCH$GOAMD64$GOPPC64"
echo "GOOS: $GOOS, GOARCH: $GOARCH, GOAMD64: $GOAMD64, GOPPC64: $GOPPC64, RELEASE_NAME: $_NAME"
echo "ASSET_NAME=$_NAME" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: ${{ matrix.gotoolchain || '1.22' }}
check-latest: true

- name: Get project dependencies
Expand Down

0 comments on commit 98ff02c

Please sign in to comment.