Skip to content

Commit

Permalink
Container: Try using arm64 hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jan 17, 2025
1 parent 17f1f8d commit 3645451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
container:
name: Container
runs-on: ubuntu-22.04
runs-on: ubuntu-22.04-arm
permissions:
packages: write
steps:
Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:
context: .
file: .github/container/Dockerfile
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
platforms: linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 3645451

Please sign in to comment.