Skip to content

Commit

Permalink
Use QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Nov 8, 2024
1 parent 9be4711 commit a5bd077
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/actions/combine-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ runs:
username: ${{ inputs.aws_access_key_id }}
password: ${{ inputs.aws_secret_access_key }}

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

- name: Build The Combine
run: >
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
github.com:443
mcr.microsoft.com:443
ports.ubuntu.com:80
registry-1.docker.io:443
security.ubuntu.com:80
ts-crl.ws.symantec.com:80
# For subfolders, currently a full checkout is required.
Expand All @@ -176,13 +177,7 @@ jobs:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build backend
run: |
deploy/scripts/build.py --components backend --arch ${{ matrix.arch }}
shell: bash
- name: Image digest
run: |
docker image inspect combine_backend:latest -f '{{json .Id}}'
shell: bash
6 changes: 0 additions & 6 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ jobs:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build database image
run: |
deploy/scripts/build.py --components database --arch ${{ matrix.arch }}
shell: bash
- name: Image digest
run: |
docker image inspect combine_database:latest -f '{{json .Id}}'
shell: bash
4 changes: 0 additions & 4 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,3 @@ jobs:
run: |
deploy/scripts/build.py --components frontend --arch ${{ matrix.arch }}
shell: bash
- name: Image digest
run: |
docker image inspect combine_frontend:latest -f '{{json .Id}}'
shell: bash

0 comments on commit a5bd077

Please sign in to comment.