Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout committed Nov 26, 2024
2 parents 06d4dfe + c5e026a commit de9ee0e
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/[email protected]
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 de9ee0e

Please sign in to comment.