Skip to content

Commit

Permalink
Remove QEMU from CI builds
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Dec 23, 2022
1 parent b750ec8 commit 08bd3cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ shared:

# Ensure the minimal CI checks have passed.
- check-success=DCO
- check-success=Package
- check-success=Package (quay.io/tinkerbell/tink, tink-server)
- check-success=Package (quay.io/tinkerbell/tink-controller, tink-controller)
- check-success=Package (quay.io/tinkerbell/tink-worker, tink-worker)

# Ensure we're targetting the default branch.
- base=main
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
go-version: "${{ env.GO_VERSION }}"
- name: Install nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Install required nix packages
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --run 'true'
Expand Down Expand Up @@ -95,8 +95,6 @@ jobs:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Download all binaries
Expand Down

0 comments on commit 08bd3cc

Please sign in to comment.