Skip to content

Commit

Permalink
Switch to buildjet runner
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Nov 25, 2024
1 parent 02a9597 commit c5e026a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: buildjet-2vcpu-ubuntu-2204-arm
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -55,10 +55,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# - name: Setup Buildx
# uses: docker/setup-buildx-action@v3.7.1
# with:
# platforms: linux/amd64
# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
Expand All @@ -82,8 +78,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# cache-from: type=gha
# cache-to: type=gha,mode=max
platforms: linux/arm64
build-args: |
DOTNET_BUILD_PLATFORM=linux-arm64
Expand Down

0 comments on commit c5e026a

Please sign in to comment.