Skip to content

Commit

Permalink
try builtjet arm machines
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Feb 29, 2024
1 parent 8a9aa21 commit 2750cec
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/multi-arch-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -22,6 +21,7 @@ jobs:
permissions:
contents: read
packages: write
runs-on: ${{ matrix.arch == 'arm64' && 'buildjet-4vcpu-ubuntu-2204-arm' || 'ubuntu-latest' }}
name: Build Docker Images for ${{ matrix.arch }}
steps:
- uses: actions/checkout@v4
Expand All @@ -35,11 +35,6 @@ jobs:
echo "BUILD_IMAGE_TAG=${GITHUB_REF_NAME}-${GITHUB_SHA}" >> $GITHUB_ENV
echo "CONTAINER_REGISTRY=ghcr.io" >> $GITHUB_ENV
echo "CONTAINER_GROUP=ozangunalp" >> $GITHUB_ENV
- name: Set up QEMU
if: matrix.arch == 'arm64'
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ matrix.arch }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down

0 comments on commit 2750cec

Please sign in to comment.