Use native arm runner

This commit is contained in:
Florian Stosse
2025-08-29 18:39:53 +02:00
parent ef105a29fd
commit 6ded0090e8

View File

@@ -34,10 +34,14 @@ jobs:
include: include:
- arch : amd64 - arch : amd64
mode : build-and-test mode : build-and-test
runner : ubuntu-24.04
- arch : arm64 - arch : arm64
variant : v8 variant : v8
mode : build-only mode : build-only
runs-on: ubuntu-latest runner : ubuntu-24.04-arm
runs-on: ${{matrix.runner}}
permissions:
contents: read
env: env:
VOLUME : osm-db VOLUME : osm-db
CONTAINER : osm-www CONTAINER : osm-www
@@ -79,7 +83,7 @@ jobs:
cache-from : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }} cache-from : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }}
cache-to : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }},mode=max cache-to : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }},mode=max
- -
name: Import Luxembourg name: Import bourg
if : ${{ matrix.mode == 'build-and-test' }} if : ${{ matrix.mode == 'build-and-test' }}
run : | run : |
docker volume create ${VOLUME} docker volume create ${VOLUME}