Skip to content

Commit

Permalink
ci: buld arm64 images on macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Feb 14, 2024
1 parent de12efc commit 5318eb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/bleeding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: .github/bin/docker-build

buildx:
runs-on: ubuntu-22.04
runs-on: macos-14
name: Build, bleeding, ${{ matrix.architecture }}
needs:
- bleeding
Expand All @@ -65,10 +65,8 @@ jobs:
MATRIX_ARCHITECTURE: ${{ matrix.architecture }}
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/[email protected]
with:
platforms: ${{ matrix.architecture }}
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
- name: Set up Docker Buildx
uses: docker/[email protected]
with:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: .github/bin/docker-build

buildx:
runs-on: ubuntu-22.04
runs-on: macos-14
name: Build, stable, ${{ matrix.architecture }}
strategy:
matrix:
Expand All @@ -49,10 +49,8 @@ jobs:
MATRIX_ARCHITECTURE: ${{ matrix.architecture }}
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/[email protected]
with:
platforms: ${{ matrix.architecture }}
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
- name: Set up Docker Buildx
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 5318eb8

Please sign in to comment.