Skip to content

Commit

Permalink
fix failing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jan 4, 2024
1 parent febd06e commit 92304f1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/sei-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
platform: ["linux/amd64"]
distro: ["alpine"]
version:
- 1.0.6beta
- 2.0.34beta
- 2.0.37beta
- 2.0.39beta
- 2.0.40beta
- 2.0.48beta
# - 1.0.6beta
# - 2.0.34beta
# - 2.0.37beta
# - 2.0.39beta
# - 2.0.40beta
# - 2.0.48beta
- 3.0.1
- 3.0.2
- 3.0.3
Expand Down Expand Up @@ -66,19 +66,19 @@ jobs:
arch: "amd64"
repo_tag: ""

- version: "1.0.6beta"
repo_tag: "1.0.6beta"
- version: "2.0.34beta"
repo_tag: "2.0.34beta-atlantic-2"
go_version: "1.18"
- version: "2.0.37beta"
repo_tag: "2.0.37beta"
- version: "2.0.39beta"
repo_tag: "2.0.39beta"
- version: "2.0.40beta"
repo_tag: "2.0.40beta"
- version: "2.0.48beta"
repo_tag: "2.0.48beta"
# - version: "1.0.6beta"
# repo_tag: "1.0.6beta"
# - version: "2.0.34beta"
# repo_tag: "2.0.34beta-atlantic-2"
# go_version: "1.18"
# - version: "2.0.37beta"
# repo_tag: "2.0.37beta"
# - version: "2.0.39beta"
# repo_tag: "2.0.39beta"
# - version: "2.0.40beta"
# repo_tag: "2.0.40beta"
# - version: "2.0.48beta"
# repo_tag: "2.0.48beta"

- version: "3.0.1"
repo_tag: "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion arch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG GO_VERSION="1.20.8"

# # NOTE: add libusb-dev to run with LEDGER_ENABLED=true
RUN set -eu & \
pacman -Syyu --noconfirm linux-headers base-devel glibc git bc && \
pacman -Syyu --noconfirm linux-headers base-devel glibc git bc man-pages && \
curl -sSL https://go.dev/dl/go${GO_VERSION}.${OS}-${ARCH}.tar.gz | \
tar -C / -xz && \
ln -s /go/bin/go /usr/local/bin/go
Expand Down

0 comments on commit 92304f1

Please sign in to comment.