install jq and docker in gh action workflow for arm64

pull/9979/head
Ilya Zuyev 2021-01-19 18:14:51 -08:00
parent a2ccf09c80
commit 2c07606d3a
2 changed files with 12 additions and 0 deletions

View File

@ -672,6 +672,12 @@ jobs:
run: |
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-linux-arm64
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
- name: Install tools
shell: bash
run: |
sudo apt update
sudo apt install -y jq docker
- name: Docker Info
shell: bash

View File

@ -672,6 +672,12 @@ jobs:
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-linux-arm64
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
- name: Install tools
shell: bash
run: |
sudo apt update
sudo apt install -y jq docker
- name: Docker Info
shell: bash
run: |