Skip to content

Commit

Permalink
Update .github/workflows/companion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi authored Sep 21, 2023
1 parent 33291be commit c5c8951
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/companion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,3 @@ jobs:
- name: Run type checks in focused workspace
run: corepack yarn run build:companion

docker:
name: Build docker
runs-on: ubuntu-latest
env:
DOCKER_BUILDKIT: 0
COMPOSE_DOCKER_CLI_BUILD: 0
steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: Build docker image
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64
file: Dockerfile

0 comments on commit c5c8951

Please sign in to comment.