Skip to content

Commit

Permalink
fix: ajusts gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
c_jean.silva committed Dec 16, 2024
1 parent a4247d2 commit 804e8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Build validate_token
run: |
cd src/funcs/validate_token
GOOS=linux GOARCH=amd64 go build -o bootstrap main.go
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o bootstrap main.go
zip validate_token.zip bootstrap
- name: Build generate_token
run: |
cd src/funcs/generate_token
GOOS=linux GOARCH=amd64 go build -o bootstrap main.go
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o bootstrap main.go
zip generate_token.zip bootstrap
- name: Setup Terraform
Expand Down

0 comments on commit 804e8f3

Please sign in to comment.