Skip to content

Commit

Permalink
Use alpine bash for x86_64 and arm64 archs
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Oct 21, 2024
1 parent e24d325 commit b546aac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
shell: alpine.sh --root {0}
run: apk add git cmake gcc g++ make go
- name: Build & Test
shell: alpine.sh --root {0}
run: |
make gocore
make test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
docker buildx create --use
docker buildx build \
--platform linux/amd64,linux/arm64,linux/riscv64 \
--platform linux/amd64,linux/arm64 \
--tag ghcr.io/core-coin/go-core:${{ steps.version.outputs.tag }} \
--tag ghcr.io/core-coin/go-core:latest \
--push .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/cloudflare/cloudflare-go v0.10.2
github.com/core-coin/ed448 v1.0.2
github.com/core-coin/go-goldilocks v1.0.17
github.com/core-coin/go-randomy v0.0.20
github.com/core-coin/go-randomy v0.0.21
github.com/core-coin/uint256 v1.0.0
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ github.com/core-coin/ed448 v1.0.2 h1:t9fwBGw8i3HN8cISUlt4GA3TpYPNPR6xD09qtCuoyFA
github.com/core-coin/ed448 v1.0.2/go.mod h1:/S7hge2XKh2GI/dFp551tIsXDGGD6OU/CSRId+/OjII=
github.com/core-coin/go-goldilocks v1.0.17 h1:NLXGS0pbwrTfWo6ocPUxiTCMPIELVq9FtYdlrpJrm7U=
github.com/core-coin/go-goldilocks v1.0.17/go.mod h1:3GiDQX2tf7aIhnQoyL+N3pwU3a3IUuCeaFdOOFXCF/8=
github.com/core-coin/go-randomy v0.0.20 h1:ucbQW+ZMGH3PP6lqJ+fc3MNH9dlQVJpvsQTux4vhlRQ=
github.com/core-coin/go-randomy v0.0.20/go.mod h1:gSn1tIjmiJC7c6GWbBXRlb75xvrruJZu3c/gDehBLCU=
github.com/core-coin/go-randomy v0.0.21 h1:ImaAldP7HSEwWbC7+AMN3QzpxUN2MPp2MyZPdxtA6Vc=
github.com/core-coin/go-randomy v0.0.21/go.mod h1:gSn1tIjmiJC7c6GWbBXRlb75xvrruJZu3c/gDehBLCU=
github.com/core-coin/uint256 v1.0.0 h1:AzgINl9YCnYDRJBlqFlWsVb4sr814LcvPAvkPyVBFVo=
github.com/core-coin/uint256 v1.0.0/go.mod h1:rrinB/+X6+31MswTK2xwoFGi8i75SH1ILSsRSoOFa1I=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
Expand Down

0 comments on commit b546aac

Please sign in to comment.