Skip to content

Commit

Permalink
Another try of native building (matrix)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstdevreedeKNMI committed Feb 4, 2025
1 parent ec0b1ad commit 347c9f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
platform: [amd64, arm64]
platform: [linux/amd64, linux/arm64]
include:
- platform: amd64
- platform: linux/amd64
runner: ubuntu-22.04
- platform: arm64
- platform: linux/arm64
runner: ubuntu-22.04-arm
steps:
- name: Check out the repo
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: ${{ matrix.platform }}
# ensure latest base image is used
pull: true
push: ${{ github.repository == 'KNMI/adaguc-server' }}
Expand Down

0 comments on commit 347c9f2

Please sign in to comment.