File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 2727 os_name : ["alpine"]
2828 php_version : ["8.1", "8.2", "8.3"]
2929 php_type : ["fpm", "cli", "supervisord"]
30- builder : [{arch: "amd64", os: "ubuntu-latest"}, {arch: "arm64", os: "macos -latest"}]
30+ builder : [{arch: "amd64", os: "ubuntu-latest"}, {arch: "arm64", os: "ubuntu -latest"}]
3131 runs-on : ${{ matrix.builder.os }}
3232 steps :
3333
4343 - name : 📦 Check out the codebase
4444 uses : actions/checkout@v4
4545
46- - name : 💻 Set up Ansible for MacOS
47- if : ${{ matrix.builder.os == 'macos-latest' }}
48- run : |
49- sudo pip3 install --upgrade pip
50- sudo pip3 install ansible
51-
5246 - name : 🤖 Generate dist files
5347 run : ansible-playbook src/playbook.yml -l ${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
5448
55- - name : 💻 Set up Docker for MacOS
56- if : ${{ matrix.builder.os == 'macos-latest' }}
57- uses : docker-practice/actions-setup-docker@master
58-
5949 - name : 🖥️ Setup docker QEMU
6050 uses : docker/setup-qemu-action@v3
6151 with :
You can’t perform that action at this time.
0 commit comments