mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-21 23:47:57 +00:00
removed docker mac building step
Based on this discussion, Docker daemon is not supported in macos images: https://github.com/orgs/community/discussions/69211#discussioncomment-7242133
This commit is contained in:
@@ -69,14 +69,9 @@ jobs:
|
||||
timeout-minutes: 15
|
||||
|
||||
build-docker:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: brew install docker
|
||||
if: contains(matrix.os, 'macos')
|
||||
|
||||
# We've run into out-of-disk error when compiling Polkadot in the next step, so we free up some space this way.
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
|
||||
Reference in New Issue
Block a user