mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
approach 2
This commit is contained in:
parent
a4762d5b32
commit
3c0bdcea0e
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@ -13,10 +13,12 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3.0.0
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Setup Native Nodes for Docker BuildX
|
||||
run: |
|
||||
docker buildx create --use --name mybuild node-amd64
|
||||
docker buildx create --append --name mybuild node-arm64
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@ -27,7 +29,7 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/hargata/lubelogger:latest
|
||||
Loading…
x
Reference in New Issue
Block a user