mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +08:00
Set platform in build.yml
This commit is contained in:
parent
354cf63f18
commit
f8277e7e72
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,3 @@
|
||||||
labels:
|
|
||||||
platform: linux/aarch64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: docker
|
image: docker
|
||||||
|
@ -8,7 +5,7 @@ steps:
|
||||||
- branch: master
|
- branch: master
|
||||||
event: push
|
event: push
|
||||||
commands:
|
commands:
|
||||||
- docker build -t "$REGISTRY_IMAGE_TAG" .
|
- docker build -t "$REGISTRY_IMAGE_TAG" --platform linux/arm64 .
|
||||||
- echo "$FORGEJO_REGISTRY_PASSWORD" | docker login "$FORGEJO_REGISTRY_URL" --password-stdin -u "$FORGEJO_REGISTRY_USERNAME"
|
- echo "$FORGEJO_REGISTRY_PASSWORD" | docker login "$FORGEJO_REGISTRY_URL" --password-stdin -u "$FORGEJO_REGISTRY_USERNAME"
|
||||||
- docker push "$REGISTRY_IMAGE_TAG"
|
- docker push "$REGISTRY_IMAGE_TAG"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue