workflow: fix typo and don't build on macos
This commit is contained in:
parent
7c8bc5a1f6
commit
9dbc689e14
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-packages.yml
vendored
6
.github/workflows/build-packages.yml
vendored
|
@ -26,8 +26,8 @@ jobs:
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- ubuntu-24.04-arm
|
- ubuntu-24.04-arm
|
||||||
- macos-latest
|
# - macos-latest
|
||||||
- macos-13
|
# - macos-13
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: setup binary cache key
|
- name: setup binary cache key
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
- name: cache result
|
- name: cache result
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
nix copy "${{ matrix.machine }}" --to "s3://nixcache?endpoint=s3.cy7.sh&secret-key=/home/runner/cache-priv-key.pem"
|
nix copy "${{ matrix.package }}" --to "s3://nixcache?endpoint=s3.cy7.sh&secret-key=/home/runner/cache-priv-key.pem"
|
||||||
- name: prepare tarball to upload
|
- name: prepare tarball to upload
|
||||||
run: nix run github:nixos/nixpkgs#gnutar hcvf result.tar result
|
run: nix run github:nixos/nixpkgs#gnutar hcvf result.tar result
|
||||||
- name: upload result
|
- name: upload result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue