Skip to content

Commit

Permalink
remove qemu from github actions (#1070)
Browse files Browse the repository at this point in the history
Issue: #1030

Signed-off-by: Ndibe Raymond Olisaemeka <[email protected]>
Co-authored-by: Ndibe Raymond Olisaemeka <[email protected]>
  • Loading branch information
NdibeRaymond and Ndibe Raymond Olisaemeka authored Dec 29, 2023
1 parent afa5707 commit 41ab831
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/actions/docker_build_and_push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
matrix:
host: ${{ fromJson(needs.deploy.outputs.DROPLET_IPS) }}
steps:
- name: Execute docker system prune on ${{ matrix.service }}
- name: Execute docker system prune on ${{ matrix.host }}
uses: unstructuredstudio/zubhub/.github/actions/ssh_action@master
with:
host: ${{ matrix.host }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
needs: deploy
runs-on: ubuntu-latest
steps:
- name: Execute docker system prune on frontend host
- name: Execute docker system prune on ${{ vars.DO_FRONTEND_HOST }}
uses: unstructuredstudio/zubhub/.github/actions/ssh_action@master
with:
host: ${{ vars.DO_FRONTEND_HOST }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_destroy_test_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
PR_NUMBER=${{ github.event.pull_request.number }}
if [[ -z "$PR_NUMBER" ]] ; then
# github.event.pull_request.number is not available in closed event
sudo apt-get install jq -y
sudo apt-get install jq -y # TODO: remove this since jq. seems jq is installed by default
PR_NUMBER=$(curl --silent --show-error -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/commits/${{ github.sha }}/pulls | \
jq -r '.[0].number')
Expand Down

0 comments on commit 41ab831

Please sign in to comment.