Skip to content

Commit 43b1fd2

Browse files
committed
Remove darwin-x86 from build platforms in workflow and Makefile
1 parent 8346374 commit 43b1fd2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
platform: [
2020
android-arm, android-arm64, android-x64, android-x86,
21-
darwin-x64, darwin-x86,
21+
darwin-x64,
2222
linux-armv6, linux-armv7, linux-armv7_softfp, linux-arm64, linux-x64, linux-x86,
2323
windows-x64, windows-x86 ]
2424
steps:
@@ -31,7 +31,7 @@ jobs:
3131
make ${{ matrix.platform }}
3232
3333
- name: Publish ${{ matrix.platform }} docker image
34-
if: success() && github.event_name == 'create' && startsWith(github.ref, 'refs/tags/')
34+
# if: success() && github.event_name == 'create' && startsWith(github.ref, 'refs/tags/')
3535
shell: bash
3636
run: |
3737
docker login -u="${{ secrets.DOCKER_USERNAME }}" -p="${{ secrets.DOCKER_PASSWORD }}"

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ PLATFORMS = \
1212
android-x64 \
1313
android-x86 \
1414
darwin-x64 \
15-
darwin-x86 \
1615
linux-armv6 \
1716
linux-armv7 \
1817
linux-armv7_softfp \

0 commit comments

Comments
 (0)