Skip to content

Commit

Permalink
ci: Adjust clickable container
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 14, 2023
1 parent 5c113a9 commit d5f71d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yaml
Expand Up @@ -72,7 +72,7 @@ jobs:
cp -rf build-artifacts/axolotl-web/* $GITHUB_WORKSPACE/axolotl-web/dist
- name: Build click (armhf)
uses: docker://clickable/ci-16.04-armhf:7.4.0
uses: docker://clickable/ci-20.04-armhf:7.11.0
env:
GOPATH: $GITHUB_WORKSPACE/go
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
cp -rf build-artifacts/axolotl-web/* $GITHUB_WORKSPACE/axolotl-web/dist
- name: Build click (arm64)
uses: docker://clickable/ci-16.04-arm64:7.4.0
uses: docker://clickable/ci-20.04-arm64:7.11.0
env:
GOPATH: $GITHUB_WORKSPACE/go
with:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
cp -rf build-artifacts/axolotl-web/* $GITHUB_WORKSPACE/axolotl-web/dist
- name: Build click (amd64)
uses: docker://clickable/ci-16.04-amd64:7.4.0
uses: docker://clickable/ci-20.04-amd64:7.11.0
env:
GOPATH: $GITHUB_WORKSPACE/go
with:
Expand Down

0 comments on commit d5f71d0

Please sign in to comment.