Skip to content

Commit 2c07606

Browse files
committed
install jq and docker in gh action workflow for arm64
1 parent a2ccf09 commit 2c07606

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/master.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,12 @@ jobs:
672672
run: |
673673
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-linux-arm64
674674
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
675+
676+
- name: Install tools
677+
shell: bash
678+
run: |
679+
sudo apt update
680+
sudo apt install -y jq docker
675681
676682
- name: Docker Info
677683
shell: bash

.github/workflows/pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,12 @@ jobs:
672672
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.4.0/gopogh-linux-arm64
673673
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
674674
675+
- name: Install tools
676+
shell: bash
677+
run: |
678+
sudo apt update
679+
sudo apt install -y jq docker
680+
675681
- name: Docker Info
676682
shell: bash
677683
run: |

0 commit comments

Comments
 (0)