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

This commit is contained in:
Claire 2025-02-12 11:02:44 +01:00 committed by GitHub
commit 96455304bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 116 additions and 66 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