Skip to content

Commit a133b9f

Browse files
committed
ci: build for arm64
1 parent b713122 commit a133b9f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/build-push-action@v5
5555
with:
5656
context: .
57-
platforms: linux/amd64
57+
platforms: linux/amd64,linux/arm64
5858
push: true
5959
tags: ${{ steps.meta.outputs.tags }}
6060
labels: ${{ steps.meta.outputs.labels }}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gogig:
3-
build: ghcr.io/tech-dex/GoGig:latest
3+
build: ghcr.io/tech-dex/gogig:latest
44
container_name: gogig
55
env_file:
66
- stack.env

sample.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DISCORD_CHANNEL_ID=your_channel_id
77
# Reddit API Configuration
88
REDDIT_CLIENT_ID=your_reddit_client_id
99
REDDIT_CLIENT_SECRET=your_reddit_client_secret
10-
REDDIT_USER_AGENT=GoGig:v1.0 (by /u/yourusername)
10+
REDDIT_USER_AGENT='GoGig:v1.0 (by /u/yourusername)'
1111

1212
# PostgreSQL Database Configuration
1313
POSTGRES_HOST=localhost

0 commit comments

Comments
 (0)