Skip to content

Commit

Permalink
Merge pull request #1018 from guydavis/integration
Browse files Browse the repository at this point in the history
Fix issues with arm64
  • Loading branch information
guydavis authored Feb 17, 2025
2 parents 29ca45e + 20a2642 commit b8710e9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-noble:develop
docker-jammy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
-
name: Checkout
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 @@ -42,7 +42,7 @@ jobs:
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-noble:latest
docker-jammy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
-
name: Checkout
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
file: docker/dockerfile-jammy.base
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
provenance: false
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
file: docker/dockerfile
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
provenance: false
push: true
build-args: |
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 @@ -42,7 +42,7 @@ jobs:
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-noble:test
docker-jammy:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
-
name: Checkout
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
file: docker/dockerfile-jammy.base
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
provenance: false
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-blockchains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
file: docker/dockerfile
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
provenance: false
push: true
build-args: |
Expand Down

0 comments on commit b8710e9

Please sign in to comment.