Skip to content

Commit

Permalink
I can't
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed Jun 21, 2024
1 parent afa6caf commit c4bb820
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/core-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
target: core/release/
version: "tags/${{ inputs.version || github.ref_name }}"
token: ${{ secrets.GITHUB_TOKEN }}

- id: tree
name: List files
run: tree .

# https://stackoverflow.com/questions/73402042/github-action-expressions-split-string
- name: set version string
Expand Down
4 changes: 2 additions & 2 deletions core/githubactions.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:22.04 as base

FROM base AS production-amd64
ENV binpath "./core/release/lodestone_core_linux_x86_64_*"
ENV binpath "./release/lodestone_core_linux_x86_64_*"

FROM base as production-arm64
ENV binpath "./core/release/lodestone_core_linux_aarch64_*"
ENV binpath "./release/lodestone_core_linux_aarch64_*"

ARG TARGETARCH
FROM production-$TARGETARCH AS production
Expand Down

0 comments on commit c4bb820

Please sign in to comment.