Skip to content

Commit

Permalink
CI: test Docker ubuntu-small and ubuntu-full on linux/arm64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 13, 2024
1 parent 7c54387 commit d5ee743
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,24 @@ jobs:
matrix:
include:
- name: alpine-small
arch: linux/amd64

- name: alpine-normal
arch: linux/amd64

- name: ubuntu-small
arch: linux/amd64

- name: ubuntu-small
arch: linux/arm64

- name: ubuntu-full
arch: linux/amd64

- name: ubuntu-full
arch: linux/arm64

name: ${{ matrix.name }}
name: ${{ matrix.name }}-${{ matrix.arch }}

runs-on: ubuntu-latest

Expand All @@ -43,5 +53,6 @@ jobs:
- name: Build
shell: bash -l {0}
run: |
docker run --rm --privileged linuxkit/binfmt:v0.8
cd docker/${{ matrix.name }}
./build.sh --platform linux/amd64
./build.sh --platform ${{ matrix.arch }}

0 comments on commit d5ee743

Please sign in to comment.