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 318de9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3
- name: Build auto-instrumentation
run: |
IMG=otel-go-instrumentation make docker-build
TARGET=amd64 IMG=otel-go-instrumentation make docker-build
offsets:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 318de9f

Please sign in to comment.