Skip to content

Commit

Permalink
fix: Use AMD64 machine to generate docker images (#6222)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer authored Oct 7, 2024
1 parent 971f46c commit 28e3f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:
name: build
runs-on: oracle-aarch64-4cpu-16gb
runs-on: equinix-4cpu-16gb
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:
name: Push Release
runs-on: oracle-aarch64-4cpu-16gb
runs-on: equinix-4cpu-16gb
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 28e3f25

Please sign in to comment.