Skip to content

Commit

Permalink
CI: Simplify build for arm64 functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Oct 2, 2023
1 parent ef87397 commit 2b5ef3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional_verified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libvirt-dev
MINIKUBE_BUILD_IN_DOCKER=y make cross e2e-cross debs
MINIKUBE_BUILD_IN_DOCKER=y make e2e-linux-arm64
cp -r test/integration/testdata ./out
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
with:
Expand Down

0 comments on commit 2b5ef3d

Please sign in to comment.