Skip to content

Commit

Permalink
chore: Use ARM to build multi-arch images
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Oct 15, 2024
1 parent 25deb21 commit 7dbcedd
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: ubuntu-latest
runs-on: ARM64
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: ubuntu-latest
runs-on: ARM64
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 7dbcedd

Please sign in to comment.