Skip to content

Commit

Permalink
Update dashboard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xOS authored Aug 25, 2024
1 parent 1695091 commit e9a8b49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
ldflags: -s -w --extldflags '-static -fpic' -X github.com/xos/serverstatus/service/singleton.Version=${{ steps.extract_branch.outputs.tag }}
buildmode: default

- name: fix dist
run: |
ls -al dist/
mv dist/dashboard-linux-arm-7 dist/dashboard-linux-arm
- name: Log in to the GHCR
uses: docker/login-action@master
with:
Expand Down

0 comments on commit e9a8b49

Please sign in to comment.