fix: yaml formatting
This commit is contained in:
parent
3926fa09ff
commit
701f80540b
14
.github/workflows/release.yaml
vendored
14
.github/workflows/release.yaml
vendored
@ -28,14 +28,14 @@ jobs:
|
|||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: >-
|
run: >
|
||||||
nix build
|
nix build
|
||||||
.#trevstack-linux-amd64
|
.#trevstack-linux-amd64
|
||||||
.#trevstack-linux-arm64
|
.#trevstack-linux-arm64
|
||||||
.#trevstack-linux-arm
|
.#trevstack-linux-arm
|
||||||
.#trevstack-windows-amd64
|
.#trevstack-windows-amd64
|
||||||
.#trevstack-darwin-amd64
|
.#trevstack-darwin-amd64
|
||||||
.#trevstack-darwin-arm64
|
.#trevstack-darwin-arm64
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
@ -26,4 +26,4 @@ WORKDIR /app
|
|||||||
# Copy /nix/store
|
# Copy /nix/store
|
||||||
COPY --from=builder /tmp/nix-store-closure /nix/store
|
COPY --from=builder /tmp/nix-store-closure /nix/store
|
||||||
COPY --from=builder /tmp/build/result /app
|
COPY --from=builder /tmp/build/result /app
|
||||||
CMD ["/app/bin/server"]
|
CMD ["/app/bin/trevstack"]
|
Loading…
x
Reference in New Issue
Block a user