Skip to content

Commit

Permalink
Try building base on linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Feb 20, 2025
1 parent 01b6c73 commit 17059d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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
4 changes: 2 additions & 2 deletions .github/workflows/main-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
4 changes: 2 additions & 2 deletions .github/workflows/test-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

0 comments on commit 17059d0

Please sign in to comment.