Skip to content

Commit 55bca6e

Browse files
details for linux install
Reviewed by @skrdgraph commiting directly
1 parent e7a7aad commit 55bca6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd-dgraph-lambda.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
- name: Install linux dependencies
2828
run: |
2929
#!/bin/bash
30-
apt-get update -y
31-
apt-get install qemu qemu-user-static binfmt-support debootstrap -y
30+
sudo apt-get update -y
31+
# buildx requires these base linux packages to run npm install
32+
sudo apt-get install qemu qemu-user-static binfmt-support debootstrap -y
3233
- name: Build and push dgraph-lambda images
3334
run: |
3435
docker buildx create --name builder --driver docker-container

0 commit comments

Comments
 (0)