Skip to content

Commit

Permalink
Trying arm build again 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstdevreedeKNMI committed Feb 1, 2025
1 parent dacc200 commit afdc769
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
docker-build-and-publish:
strategy:
matrix:
- runner: ubuntu-latest
- runner: ubuntu-22.04-arm
- platform: linux/amd64
runner: ubuntu-latest
- platform: linux/arm64
runner: ubuntu-22.04-arm

name: Build Docker image and potentially push to Docker Hub
runs-on: ${{ matrix.runner }}
Expand Down

0 comments on commit afdc769

Please sign in to comment.