Skip to content

Commit

Permalink
set GOOS, GOARCH only build
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed May 16, 2024
1 parent 05e4654 commit 6a6c4fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/custom-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: generate gen.yml
- name: generate
run: |
echo "services:" > gen.yaml
IFS=','
Expand All @@ -54,10 +54,11 @@ jobs:
done
unset IFS
cat gen.yaml
make gen
- name: Build
run: |
make
make aws-sdk-client-go
env:
GOOS: ${{ github.event.inputs.os }}
GOARCH: ${{ github.event.inputs.arch }}
Expand Down

0 comments on commit 6a6c4fb

Please sign in to comment.