Skip to content

Commit

Permalink
increase verbosrity
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-spb committed Sep 3, 2024
1 parent 6b430e4 commit cd57965
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-push-Image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:

- name: Build the Go application
run: |
mkdir -p build/linux
cd cmd/moroz
GOOS=linux GOARCH=arm go build -o ../../build/linux/moroz .
mkdir -p build/linux && cd cmd/moroz && GOOS=linux GOARCH=arm go build -avx -o ../../build/linux/moroz .
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit cd57965

Please sign in to comment.