💚 fix platforms?
This commit is contained in:
parent
b81255e437
commit
7edbba2176
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- name: 'Set target build platforms 📝'
|
- name: 'Set target build platforms 📝'
|
||||||
id: 'target-platforms'
|
id: 'target-platforms'
|
||||||
run: |
|
run: |
|
||||||
echo "target_platforms=linux/amd64,linux/${{ steps.qemu.outputs.platforms }}" >> "$GITHUB_OUTPUT"
|
echo "target_platforms=linux/amd64,linux/${{ steps.qemu.outputs.platforms }}/v8" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: 'Build container 🐳'
|
- name: 'Build container 🐳'
|
||||||
id: 'build'
|
id: 'build'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue