Skip to content

Commit

Permalink
Update build dependencies for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
pwschuurman committed May 26, 2021
1 parent 18541ad commit 7fe4135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- docker
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libsystemd-dev gcc-aarch64-linux-gnu
- sudo apt-get install -y libsystemd-dev libc6-dev-arm64-cross gcc-aarch64-linux-gnu
install:
- mkdir -p $HOME/gopath/src/k8s.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/node-problem-detector
Expand Down

0 comments on commit 7fe4135

Please sign in to comment.