Skip to content

Commit

Permalink
fix(workflows): Correctly pass plat/arch into builds
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Jul 1, 2024
1 parent c398037 commit 6e7f50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build
run: |
UNAME_OS=${{ matrix.GOOS }} UNAME_ARCH=${{ matrix.GOARCH }} make kraft
GOOS=${{ matrix.GOOS }} GOARCH=${{ matrix.GOARCH }} make kraft
- name: Upload build artifacts to GitHub
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6e7f50b

Please sign in to comment.