Skip to content

Commit

Permalink
Test Noble on Arm
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Feb 12, 2025
1 parent ee2387f commit 5d60455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/develop-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
file: docker/dockerfile-noble.base
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
provenance: false
push: true
tags: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
file: docker/dockerfile-jammy.base
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
provenance: false
push: true
tags: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
with:
file: docker/dockerfile-focal.base
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
provenance: false
push: true
tags: |
Expand Down

0 comments on commit 5d60455

Please sign in to comment.