Use github's native arm64 runners for docker builds (#33788)

This commit is contained in:
Claire 2025-02-05 16:58:28 +01:00 committed by GitHub
commit a9643cb7e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 106 additions and 57 deletions

View file

@ -20,7 +20,6 @@ jobs:
uses: ./.github/workflows/build-container-image.yml
with:
file_to_build: Dockerfile
platforms: linux/amd64 # Testing only on native platform so it is performant
cache: true
build-image-streaming:
@ -31,5 +30,4 @@ jobs:
uses: ./.github/workflows/build-container-image.yml
with:
file_to_build: streaming/Dockerfile
platforms: linux/amd64 # Testing only on native platform so it is performant
cache: true