Skip to content

Commit

Permalink
use self-hosted runner for docker on M1
Browse files Browse the repository at this point in the history
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed May 13, 2024
1 parent 51d77d1 commit 2de3f8d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ jobs:

build-arm64:
name: Docker images (ARM64)
runs-on: macos-14
runs-on: mac-mini-m2
steps:
- uses: actions/checkout@v4
- name: Install Docker
run: |
brew install --cask docker
open -a /Applications/Docker.app --args --unattended --accept-license
- run: ./build.sh -v -b sel4
# the following will also build the plain camkes image:
- run: ./build.sh -v -b camkes -s cakeml -s rust
Expand Down

0 comments on commit 2de3f8d

Please sign in to comment.