Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-107: Do not use dynamic links (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Kralik authored Nov 3, 2023
1 parent 7dd4d31 commit 997bdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Build Everest
run: |
cd ${GITHUB_WORKSPACE}/backend
GOOS=linux GOARCH=amd64 make build
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make build
- name: Set tag from inputs
run: echo "IMAGE_TAG=${{ github.event.inputs.tag }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 997bdac

Please sign in to comment.