mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 07:57:21 +08:00
workflow: fix build
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
goarch: [ amd64, arm64, s390x ]
|
||||
goarch: [ amd64, arm64 ]
|
||||
fail-fast: true
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@@ -10,7 +10,6 @@ builds:
|
||||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
- s390x
|
||||
goamd64:
|
||||
- v2
|
||||
- v3
|
||||
@@ -30,4 +29,5 @@ archives:
|
||||
- public/*
|
||||
- storage/*
|
||||
- database/*
|
||||
- scripts/*
|
||||
- .env.example
|
||||
|
||||
Reference in New Issue
Block a user