Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
grongor committed Sep 12, 2024
1 parent b0b0332 commit 352c9ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,17 @@ jobs:
strategy:
matrix:
arch: [ armv6, armv7, aarch64 ]
go: ['1.19.13', 'latest']
# go: ['1.19.13', 'latest']
go: ['1.19.13']
# go: ['latest']
steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
id: runcmd
with:
arch: ${{ matrix.arch }}
distro: alpine_latest
install: apk add --no-cache make
distro: bullseye
install: apt update && apt install -y build-essential wget
run: |
if [ ${{ matrix.go }} = latest ]; then
go=$(wget -O- 'https://go.dev/dl/?mode=json' | grep -m1 version | awk -F'"' '{ print $4 }')
Expand Down

0 comments on commit 352c9ad

Please sign in to comment.