Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
João Sousa authored and João Sousa committed Nov 24, 2023
1 parent e540bae commit d178bef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-latest-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
if [ "${{ github.event.inputs.cgo }}" == "true" ]; then
export CGO_ENABLED=0
fi
echo wasm: "${WASM}"
echo cgo: "${CGO_ENABLED}"
make WASM="${WASM}" CGO_ENABLED="${CGO_ENABLED}" docker-image-debug
- name: Push to ECR (debug)
Expand Down

0 comments on commit d178bef

Please sign in to comment.