Skip to content

Commit

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

Please sign in to comment.