mirror of https://github.com/Xhofe/alist
💚 change build platform
parent
8ed0afe80d
commit
106c1d069c
|
@ -10,7 +10,7 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest]
|
||||
platform: [macos-latest]
|
||||
go-version: [1.17]
|
||||
name: Build
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
- name: Install upx
|
||||
run: |
|
||||
sudo apt install upx
|
||||
brew install upx
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
release:
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest]
|
||||
platform: [macos-latest]
|
||||
go-version: [1.17]
|
||||
name: Release
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: Install upx
|
||||
run: |
|
||||
sudo apt install upx
|
||||
brew install upx
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue