Skip to content

Commit

Permalink
udpate wget
Browse files Browse the repository at this point in the history
  • Loading branch information
2xburnt committed Dec 17, 2024
1 parent 56d2a23 commit add945f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Install wget
run: sudo apt-get update && sudo apt-get install -y wget

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down Expand Up @@ -71,8 +74,6 @@ jobs:
platforms: ${{ matrix.os }}/${{ matrix.arch }}
tags: xion:${{ matrix.os }}-${{ matrix.arch }}
build-args: |
COMMIT=${{ github.sha }}
VERSION=${{ github.ref_name }}
XIOND_BINARY=dist/xiond_${{ matrix.os }}_${{ matrix.arch }}/xiond
- name: Build Heighliner Image
Expand All @@ -86,8 +87,6 @@ jobs:
platforms: ${{ matrix.os }}/${{ matrix.arch }}
tags: heighliner:${{ matrix.os }}-${{ matrix.arch }}
build-args: |
COMMIT=${{ github.sha }}
VERSION=${{ github.ref_name }}
XIOND_BINARY=dist/xiond_${{ matrix.os }}_${{ matrix.arch }}/xiond
- name: Save Docker Image
Expand Down

0 comments on commit add945f

Please sign in to comment.