Skip to content

Commit b755265

Browse files
committed
Add multi-platform binary release
1 parent e312d9d commit b755265

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@ name: Build and Push Docker Image
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- master
85
tags:
96
- 'v*'
10-
pull_request:
11-
branches:
12-
- main
13-
- master
14-
workflow_dispatch:
157

168
env:
179
DOCKER_IMAGE: leokun123/puter2api

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.21-alpine AS builder
2+
FROM golang:1.24-alpine AS builder
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)