Skip to content

Commit ebf4590

Browse files
author
Dani Llewellyn
committed
Update tag-latest workflow
Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com>
1 parent 2b41f95 commit ebf4590

File tree

3 files changed

+5535
-3426
lines changed

3 files changed

+5535
-3426
lines changed

.github/workflows/tag-latest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ jobs:
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 }}"

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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:
@@ -76,8 +76,7 @@ notes
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

0 commit comments

Comments
 (0)