Skip to content

Commit

Permalink
chore: Use ARM to build multi-arch images (#6239)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored Oct 15, 2024
1 parent 25deb21 commit 35067f1
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 35067f1

Please sign in to comment.