Skip to content

Commit

Permalink
Update runs-on platform to self-hosted arm64 in production build work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
andrasbacsai committed Nov 28, 2024
1 parent 25be9d8 commit 1253690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: [self-hosted, arm64]
steps:
- uses: actions/checkout@v3
- name: Login to ${{ env.GITHUB_REGISTRY }}
Expand All @@ -25,7 +25,7 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd64
platforms: linux/arm64
push: true
tags: |
${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit 1253690

Please sign in to comment.