File tree Expand file tree Collapse file tree 3 files changed +5535
-3426
lines changed
Expand file tree Collapse file tree 3 files changed +5535
-3426
lines changed Original file line number Diff line number Diff line change 1010 run-tag-latest :
1111 runs-on : windows-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - uses : Actions-R-Us/actions-tagger@latest
1515 with :
1616 publish_latest_tag : true
1717 prefer_branch_releases : false
18- env :
19- GITHUB_TOKEN : " ${{ github.token }}"
Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - uses : diddlesnaps/snapcraft-multiarch-action@v1
1818` ` `
1919
6565 - ppc64el
6666 - s390x
6767 steps:
68- - uses: actions/checkout@v2
68+ - uses: actions/checkout@v3
6969 - uses: docker/setup-qemu-action@v1
7070 - uses: diddlesnaps/snapcraft-multiarch-action@v1
7171 with:
7676-----
7777
7878* `s390x` is broken at the moment.
79- * `core20` builds against `armhf` are broken at the moment.
80- * `core20` builds do not support `i386` architecture because Ubuntu has dropped support for `i386` in Ubuntu 20.04 and later.
79+ * `core20` & `core22` builds do not support `i386` architecture because Ubuntu has dropped support for `i386` in Ubuntu 20.04 and later.
8180* `core` builds do not support `s390x` architecture because Ubuntu does not have support for `s390x` before Ubuntu 18.04.
8281
8382# # Action inputs
You can’t perform that action at this time.
0 commit comments