Skip to content

Commit

Permalink
Fix make command
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiling-liftoff committed Nov 6, 2024
1 parent 330b4d5 commit 789955c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

- name: Build us-east-1
run: |
make $GITHUB_REF_NAME
VERSION="${GITHUB_REF_NAME:1}"
make k8s=$VERSION
build-us-east-1-arm64:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -68,4 +69,5 @@ jobs:

- name: Build us-east-1 arm64
run: |
make $GITHUB_REF_NAME arch=arm64
VERSION="${GITHUB_REF_NAME:1}"
make k8s=$VERSION arch=arm64

0 comments on commit 789955c

Please sign in to comment.