Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
2xburnt committed Dec 19, 2024
1 parent 749ba2e commit 30efb94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ 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 @@ -87,6 +89,8 @@ 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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ DOCKER := $(shell which docker)
GORELEASER_CROSS_IMAGE ?= goreleaser/goreleaser-cross
GORELEASER_CROSS_VERSION ?= v1.22.7
# need custom image
GORELEASER_IMAGE ?= $(GORELEASER_CROSS_IMAGE) #goreleaser/goreleaser
GORELEASER_VERSION ?= $(GORELEASER_CROSS_VERSION) #v2.3.2
GORELEASER_IMAGE ?= $(GORELEASER_CROSS_IMAGE)
GORELEASER_VERSION ?= $(GORELEASER_CROSS_VERSION)
GORELEASER_RELEASE ?= false
GORELEASER_SKIP_FLAGS ?= ""

Expand Down

0 comments on commit 30efb94

Please sign in to comment.