Skip to content

Commit

Permalink
attempt build on macos-latest-xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Dec 14, 2023
1 parent eb42967 commit baf93a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: macos-latest-xlarge
steps:
-
name: Checkout
Expand All @@ -35,7 +35,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: false
build-args: |
VERSION=latest

0 comments on commit baf93a3

Please sign in to comment.