tangled
alpha
login
or
join now
zenfyr.dev
/
xpost
2
fork
atom
social media crossposting tool. 3rd time's the charm
mastodon
misskey
crossposting
bluesky
2
fork
atom
overview
issues
1
pulls
pipelines
Update build-images.yml
zenfyr.dev
5 months ago
231d364a
d26727b2
verified
This commit was signed with the committer's
known signature
.
zenfyr.dev
SSH Key Fingerprint:
SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE=
0/1
build-images.yml
failed
2m 40s
+3
-15
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build-images.yml
+3
-15
.tangled/workflows/build-images.yml
···
29
29
--dockerfile=Containerfile \
30
30
--verbosity=info \
31
31
--destination=ghcr.io/zenfyrdev/xpost:amd64-latest \
32
32
+
--destination=atcr.io/zenfyr.dev/xpost:amd64-latest \
32
33
--custom-platform=linux/amd64
33
34
34
35
- name: build arm64
···
38
39
--dockerfile=Containerfile \
39
40
--verbosity=info \
40
41
--destination=ghcr.io/zenfyrdev/xpost:arm64-latest \
42
42
+
--destination=atcr.io/zenfyr.dev/xpost:arm64-latest \
41
43
--custom-platform=linux/arm64
42
44
43
45
- name: tag latest artifact
···
46
48
--ref ghcr.io/zenfyrdev/xpost:amd64-latest --platform linux/amd64 \
47
49
--ref ghcr.io/zenfyrdev/xpost:arm64-latest --platform linux/arm64
48
50
49
49
-
- name: push to atcr.io
50
50
-
command: |
51
51
-
regctl image mod \
52
52
-
ghcr.io/zenfyrdev/xpost:arm64-latest \
53
53
-
--to-docker \
54
54
-
--create atcr.io/zenfyr.dev/xpost:arm64-latest
55
55
-
56
56
-
regctl image mod \
57
57
-
ghcr.io/zenfyrdev/xpost:amd64-latest \
58
58
-
--to-docker \
59
59
-
--create atcr.io/zenfyr.dev/xpost:amd64-latest
60
60
-
61
61
-
regctl index create \
62
62
-
atcr.io/zenfyr.dev/xpost:latest \
63
63
-
--media-type application/vnd.docker.distribution.manifest.list.v2+json \
51
51
+
regctl index create atcr.io/zenfyr.dev/xpost:latest \
64
52
--ref atcr.io/zenfyr.dev/xpost:amd64-latest --platform linux/amd64 \
65
53
--ref atcr.io/zenfyr.dev/xpost:arm64-latest --platform linux/arm64