Skip to content

Commit

Permalink
build with alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jan 5, 2024
1 parent 454ba7e commit f6bfad9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chihuahua-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
go_version: "1.19"
- version: "4.2.3"
go_version: "1.19"
- version: "6"
go_version: "1.20"

with:
binary: ${{ matrix.binary }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ on:
description: "Linux distribution"
required: true
type: string
distro_version:
description: "Linux distribution version"
required: false
type: string
platform:
description: "Platform"
required: true
Expand Down Expand Up @@ -172,7 +168,6 @@ jobs:
COSMOS_BUILD_OPTIONS=${{ inputs.cosmos_build_options }}
CHECK_STATICALLY=${{ inputs.check_statically }}
DENOM=${{ inputs.denom }}
DISTRO_VERSION=${{ inputs.distro_version }}
GIT_TAG=${{ env.REPO_TAG }}
GIT_REPO=${{ inputs.repo }}
GO_VERSION=${{ inputs.go_version }}
Expand Down
3 changes: 1 addition & 2 deletions alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ARG GO_VERSION="1.20"
ARG DISTRO_VERSION="3.19"

################################################################################
FROM golang:${GO_VERSION}-alpine${DISTRO_VERSION} as base
FROM golang:${GO_VERSION}-alpine as base

# NOTE: add libusb-dev to run with LEDGER_ENABLED=true
RUN set -eu && \
Expand Down

0 comments on commit f6bfad9

Please sign in to comment.