Skip to content

Commit

Permalink
x 2023-10-30
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Oct 30, 2023
1 parent 6418f65 commit e6c3d2b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/build/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ builds:
# - s390x
# - arm
# - arm64
extra_files:
- from: ../config
to: config
# extra_files:
# - from: ../config
# to: config
archives:
- format: zip
files:
Expand Down
6 changes: 3 additions & 3 deletions .github/build/linuxarm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ builds:
- linux
goarch:
- arm64
extra_files:
- from: ../config
to: config
# extra_files:
# - from: ../config
# to: config
archives:
- format: zip
files:
Expand Down
6 changes: 3 additions & 3 deletions .github/build/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ builds:
goarch:
- amd64
- arm64
extra_files:
- from: ../config
to: config
# extra_files:
# - from: ../config
# to: config

archives:
- format: zip
Expand Down
6 changes: 3 additions & 3 deletions .github/build/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ builds:
goarch:
- amd64
# - arm64
extra_files:
- from: ../config
to: config
# extra_files:
# - from: ../config
# to: config
archives:
- format: zip
files:
Expand Down

0 comments on commit e6c3d2b

Please sign in to comment.