Skip to content

Commit

Permalink
set TARGET in build workflow to amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Apr 24, 2023
1 parent eae59eb commit bbc773c
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 @@ -20,7 +20,7 @@ jobs:
sudo apt-get update && sudo apt-get install -y clang llvm libbpf-dev
- name: make generate
run: |
make generate
TARGET=amd64 make generate
- name: verify output
run: |
git diff --exit-code || (echo 'generated diff, please run "make generate"' && exit 1)
Expand Down

0 comments on commit bbc773c

Please sign in to comment.