We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458a4ff commit 902ef30Copy full SHA for 902ef30
.github/workflows/integration_test.yaml
@@ -120,6 +120,12 @@ jobs:
120
with:
121
pattern: ${{ inputs.artifact-prefix }}-*
122
merge-multiple: true
123
+ - name: Alias lxc image
124
+ run: |
125
+ # TODO: remove after LXD image issue is fixed:
126
+ # https://bugs.launchpad.net/snapd/+bug/2127244
127
+ lxc image copy ubuntu:568f69ff1166 local:
128
+ sudo lxc image alias create "juju/ubuntu@22.04/amd64" 568f69ff1166
129
- name: Run spread job
130
timeout-minutes: 180
131
id: spread
0 commit comments